]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxGEditorTabPanel.cxx
First prototype works. Basic boxes construction, evenct handling and colors represent...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / wxGEditorTabPanel.cxx
index b6dbb500b0a1fddff97145acaddd7251f951ae45..88b6aaf6a665a415805927bdc73db65d4ea9a7cf 100644 (file)
@@ -79,7 +79,6 @@ namespace bbtk
                std::string packageName="";
                std::string boxName="";
 
-
                wxString foo( wxT(data) );
                char str[150];
                strcpy( str, (const char*)foo.mb_str(wxConvUTF8) );
@@ -94,8 +93,6 @@ namespace bbtk
                 
                _sceneManager->createGBlackBox(x,y,packageName, boxName);
 
-               //cout<<"result is pkg:"<<packageName<<" box:"<<boxName<<endl;
-               //cout<<"RaC DyD:"<<data<<" x:"<<x<<" t:"<<y<<endl; 
          return true;
  
        }