]> Creatis software - cpPlugins.git/blobdiff - appli/PipelineEditor/PipelineEditorMainWindow.h
...
[cpPlugins.git] / appli / PipelineEditor / PipelineEditorMainWindow.h
index aa88f1eeffb86c8d982047c9847adaad790bdc37..b4018c1d1e78867f527beecd3acba01dbe325139 100644 (file)
@@ -27,28 +27,6 @@ public:
     );
   virtual ~PipelineEditorMainWindow( );
 
-protected slots:
-  void _ActionOpen( );
-  void _ActionSave( );
-  void _ActionClose( );
-  void _ActionLoadPluginFile( );
-  void _ActionLoadPluginDirectory( );
-  void _ActionShowPlugins( );
-
-  /*
-    void _ActionBackgroundMPR( );
-    void _ActionBackground3D( );
-    void _ShowFilterOutput(
-    const std::string& filter_name, const std::string& output_name
-    );
-    void _HideFilterOutput(
-    const std::string& filter_name, const std::string& output_name
-    );
-    void _PropertiesFilterOutput(
-    const std::string& filter_name, const std::string& output_name
-    );
-  */
-
 private:
   Ui::PipelineEditorMainWindow* m_UI;
 };