From 6b9526db7b92932c8e5a7c5dfc12ab3ecdb2a585 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 8 Jun 2006 09:43:19 +0000 Subject: [PATCH] Remove non-implemented methods --- src/VISUGUI/VisuGUI_CutPlanesDlg.h | 4 ++-- src/VISUGUI/VisuGUI_GaussPointsDlg.h | 2 +- src/VISUGUI/VisuGUI_StreamLinesDlg.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/VISUGUI/VisuGUI_CutPlanesDlg.h b/src/VISUGUI/VisuGUI_CutPlanesDlg.h index 9806eaad..e1726ecc 100644 --- a/src/VISUGUI/VisuGUI_CutPlanesDlg.h +++ b/src/VISUGUI/VisuGUI_CutPlanesDlg.h @@ -90,7 +90,7 @@ private: SALOME_Actor* myPreviewActor; private slots: - void editScalarBar(); +//VSR: 08/06/06: void editScalarBar(); void orientationChanged( int ); void DrawTable(); void setDefault( int all = -1); @@ -114,7 +114,7 @@ public: protected slots: void accept(); void reject(); - void onWindowActivated (SUIT_ViewWindow*); +//VSR: 08/06/06: void onWindowActivated (SUIT_ViewWindow*); void onHelp(); private: diff --git a/src/VISUGUI/VisuGUI_GaussPointsDlg.h b/src/VISUGUI/VisuGUI_GaussPointsDlg.h index 6c6829d6..9617d640 100644 --- a/src/VISUGUI/VisuGUI_GaussPointsDlg.h +++ b/src/VISUGUI/VisuGUI_GaussPointsDlg.h @@ -114,7 +114,7 @@ class VisuGUI_GaussScalarBarPane : public QVBox private slots: void changeDefaults( int ); - void changeRange( int ); +//VSR: 08/06/06: void changeRange( int ); void XYChanged( double ); void onTextPref(); void onSetDisplayGlobal(); diff --git a/src/VISUGUI/VisuGUI_StreamLinesDlg.h b/src/VISUGUI/VisuGUI_StreamLinesDlg.h index 12bb5cfe..b1e33ac3 100644 --- a/src/VISUGUI/VisuGUI_StreamLinesDlg.h +++ b/src/VISUGUI/VisuGUI_StreamLinesDlg.h @@ -56,7 +56,7 @@ protected slots: void onHelp(); private slots: - void onSelectionActive(bool theActive); +//VSR: 08/06/06: void onSelectionActive(bool theActive); void StepLengthChanged(double theValue); void IntegrationStepChanged(double theValue); void PropagationTimeChanged(double theValue); -- 2.39.2