X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FbbtkwxGUIEditorGraphicBBS.h;h=8fe150684d72792a1af798c0a0cbf4954499e88b;hb=624aa5ad040ac84abdb4ab19c52e11019c6180c5;hp=7374ac32a5183eb99631cb111d1e1cbfb917d6c1;hpb=8a680b0e68359ef1d8dc810d776a4f354ffb65e5;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h index 7374ac3..8fe1506 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h @@ -45,7 +45,6 @@ //Includes same project #include "wxTabPanelsManager.h" -#include "wxPropertiesPanel.h" #include "wxBlackBoxEditionDialog.h" #include "wxVtkSceneManager.h" //#include "C:\RaC\CREATIS\bbtkGEditor\data\icons\wxart_new.xpm" // JPR @@ -93,7 +92,6 @@ namespace bbtk void initTabPanelsManager(); void initPackageBrowser(); void initHelpHTMLBrowser(); - void initPropertiesPanel(); wxAuiNotebook* getAuiNotebook(); void displayBlackBoxInfo(std::string packageName, std::string boxName); @@ -117,7 +115,6 @@ namespace bbtk wxAuiNotebook *_notebook; WxGUIPackageBrowser2 *_pkgBrowser; WxGUIHtmlBrowser *_helpHtmlBrowser; - wxPropertiesPanel *_propertiesPanel; std::string _dataDir;