X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPyConsole%2FPyConsole_Interp.h;h=0b929332efdcb5a6961a7eee085d29966d528938;hb=541d3637fed062228c2ae0b2224ea698a3114cc5;hp=254cc81463e3bb9d900f7c34c912cc424d947bfa;hpb=d26f738c9c427a45409bacf3848fd8c224edf6ed;p=modules%2Fgui.git diff --git a/src/PyConsole/PyConsole_Interp.h b/src/PyConsole/PyConsole_Interp.h index 254cc8146..0b929332e 100644 --- a/src/PyConsole/PyConsole_Interp.h +++ b/src/PyConsole/PyConsole_Interp.h @@ -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