]> Creatis software - cpPlugins.git/blobdiff - appli/PipelineEditor/PipelineEditor.h
...
[cpPlugins.git] / appli / PipelineEditor / PipelineEditor.h
index eb2c3337529a7a4ebf60ab31df3672d26bd2450e..3f4a68be1d6fafb27325e897f839b719945a95ff 100644 (file)
@@ -23,13 +23,8 @@ 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;