X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/9075115540d133ca048025e719884121007b9e87..645302842b66aa3736a57add25bb30771de71701:/Constructor/src/not.cpp?ds=inline diff --git a/Constructor/src/not.cpp b/Constructor/src/not.cpp index 3568dbb..ff076c2 100644 --- a/Constructor/src/not.cpp +++ b/Constructor/src/not.cpp @@ -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()