]> Creatis software - creaContours.git/blobdiff - lib/Interface_Icons_NDimensions/interfToolsMenu.cxx
*** empty log message ***
[creaContours.git] / lib / Interface_Icons_NDimensions / interfToolsMenu.cxx
index 5467db7ededd5774088d475d2dde0f6fc1748d8f..c68af6eb2bd526641160a6f6b9519dc514474a7b 100644 (file)
@@ -43,10 +43,6 @@ void interfToolsMenu::initButtons(wxEvtHandler* evtHandler) {
        nom.push_back("Show help page with information about the tools");
        funct.push_back((wxObjectEventFunction) &interfToolsMenu:: onHelpPressed);
 
-       path.push_back(datadir + "/Mirror.png");
-       nom.push_back("Create an Axis and select a contour to mirror it accordingly");
-       funct.push_back((wxObjectEventFunction) &interfToolsMenu:: onMirrorPressed);
-
        this->addButtons(path, nom);    
        this->setVectorFunction(funct);
 
@@ -98,9 +94,3 @@ void interfToolsMenu::onHelpPressed(wxCommandEvent& event){
 
 }
 
-void interfToolsMenu::onMirrorPressed(wxCommandEvent& event){
-
-  interfMainPanel::getInstance()->onMirrorPressed();
-
-}
-