]> Creatis software - cpPlugins.git/blobdiff - appli/PipelineEditor/PipelineEditor.h
..
[cpPlugins.git] / appli / PipelineEditor / PipelineEditor.h
index eb2c3337529a7a4ebf60ab31df3672d26bd2450e..8c8db3547fcb39f21678933bb8245201ceba1f38 100644 (file)
@@ -23,17 +23,11 @@ public:
     );
   virtual ~PipelineEditor( );
 
-protected:
-  template< class _TWidget >
-  inline std::pair< _TWidget*, bool > _configureViewer( );
-
 protected slots:
   void _slotView( const std::string& name, bool show );
-  void _slotActorsProperties( );
 
 private:
   Ui::PipelineEditor* m_UI;
-  std::string m_ActiveWS;
 };
 
 #endif // __PipelineEditor__h__