X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxTabPanelsManager.cxx;h=6548a8d406b5317f12dc1bb081ce97d87de36b1c;hb=30ec99c0060a1f69fe302da398730d7ceaae6be2;hp=a3c0af043f251c6f1c282da9724812b09ee7f093;hpb=795312f0055a08b67cb6467b54ac77eb28be12b7;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx index a3c0af0..6548a8d 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.cxx @@ -60,7 +60,6 @@ namespace bbtk //========================================================================= void wxTabPanelsManager::addNewTab(wxString tabName) { -printf("EED wxTabPanelsManager::addNewTab 0\n"); _lastId++; wxGEditorTabPanel *newPanel = new wxGEditorTabPanel(_notebook,_lastId); @@ -69,8 +68,6 @@ printf("EED wxTabPanelsManager::addNewTab 0\n"); _actual = newPanel; _notebook->AddPage(newPanel, tabName ,true); - -printf("EED wxTabPanelsManager::addNewTab 1\n"); }