]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/src/not.cpp
* Se agrega el TIP de luca
[z.facultad/75.42/plaqui.git] / Constructor / src / not.cpp
index 3568dbb420efa8d098b403f8cdd573f00ba5a988..ff076c29a1c934fce82ce1a774876a4c8a9d06eb 100644 (file)
@@ -43,7 +43,6 @@ Not::Not(int orientacion)
        }
        set_size_request(image->get_width(), image->get_height());
        name = "not";
-       menulist.push_back( Gtk::Menu_Helpers::ImageMenuElem("Conectar", menu_image_linea,SigC::slot(*this, &CItem::on_menu_popup_conectar) ) ) ;
 }
 
 Not::~Not()