Salome HOME
IPAL54545: Problem with Preferences dialog if HOMARD module is before YACS in the...
[modules/gui.git] / src / CAM / CAM_Application.h
index a2e8e4bfb828b9bfccb87c476bae25f11f24a81d..2fbc4b4b63c4a02f96fb46fc88cdb770d796c9c9 100644 (file)
@@ -75,7 +75,6 @@ public:
   static QString      moduleTitle( const QString& );
   static QString      moduleIcon( const QString& );
   static QString      moduleLibrary( const QString&, const bool = true );
-  static bool         isModuleAccessible( const QString& );
 
   virtual void        createEmptyStudy();
 
@@ -102,7 +101,6 @@ private:
   enum { stUnknown = 0, stNoGui, stInaccessible, stReady };
   typedef struct { 
     QString name, title, icon, library, version;
-    bool isSingleton;
     int status;
   } ModuleInfo;
   typedef QList<ModuleInfo> ModuleInfoList;