Salome HOME
Merge branch 'asl/hydro_porting_741'
[modules/gui.git] / src / PyConsole / PyConsole_Interp.h
index 254cc81463e3bb9d900f7c34c912cc424d947bfa..0b929332efdcb5a6961a7eee085d29966d528938 100644 (file)
@@ -22,7 +22,7 @@
 
 //  SALOME SALOMEGUI : implementation of desktop and GUI kernel
 //  File   : PyConsole_Interp.h
-//  Author : Nicolas REJNERI
+//  Author : Nicolas REJNERI, Adrien BRUNETON
 //  Module : SALOME
 //
 #ifndef PYCONSOLE_INTERP_H
@@ -37,10 +37,6 @@ class PYCONSOLE_EXPORT PyConsole_Interp : public PyInterp_Interp
 public:
   PyConsole_Interp();
   ~PyConsole_Interp();
-
-protected:
-  virtual bool initState();
-  virtual bool initContext();  
 };
 
 #endif // PYCONSOLE_INTERP_H