[nemiver/gtk2-branch] Remove not implemented constructor



commit 1682734ea309993583a67c4033012adf2966d4bf
Author: Fabien Parent <parent f gmail com>
Date:   Wed Jun 8 14:01:58 2011 +0200

    Remove not implemented constructor
    
    	* src/persp/dbgperspective/nmv-preferences-dialog.h: Remove not
    	implemented constructor.

 src/persp/dbgperspective/nmv-preferences-dialog.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/persp/dbgperspective/nmv-preferences-dialog.h b/src/persp/dbgperspective/nmv-preferences-dialog.h
index 63e9168..7407a4e 100644
--- a/src/persp/dbgperspective/nmv-preferences-dialog.h
+++ b/src/persp/dbgperspective/nmv-preferences-dialog.h
@@ -44,9 +44,6 @@ class PreferencesDialog : public Dialog {
 public:
     PreferencesDialog (IWorkbench &a_workbench,
                        const UString &a_root_path);
-    PreferencesDialog (IWorkbench &a_workbench,
-                       const UString &a_root_path,
-                       const std::vector<UString> &a_source_dirs);
     virtual ~PreferencesDialog ();
     const std::vector<UString>& source_directories () const;
     void source_directories (const std::vector<UString> &a_dirs);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]