Salome HOME
Merge branch 'asl/hydro_porting_741'
[modules/gui.git] / src / PyConsole / PyConsole_Interp.h
old mode 100755 (executable)
new mode 100644 (file)
index d122db0..0b92933
@@ -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,9 +37,6 @@ class PYCONSOLE_EXPORT PyConsole_Interp : public PyInterp_Interp
 public:
   PyConsole_Interp();
   ~PyConsole_Interp();
-
-protected:
-  virtual bool initContext();  
 };
 
 #endif // PYCONSOLE_INTERP_H