]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/cistern.cpp
Se puede conectar de una manera bizarra una OR con un TANQUE
[z.facultad/75.42/plaqui.git] / Constructor / cistern.cpp
index 6bdb2083b039a043a91520f6ef25c1a1a889e51a..8d5a78585a81c92066f59135f975297fc919ae73 100644 (file)
@@ -31,12 +31,10 @@ Cistern::~Cistern()
 bool Cistern::on_button_press_event(GdkEventButton *event)
 {
        GdkEventExpose e;
-       CItem *logic_item;
        t_line tmp_line;
        if ((event->type == GDK_BUTTON_PRESS) && ( event->button == 1)) {
                combo_entry->set_text(name);
                if (CItem::logic_connect) {
-                       std::cout<<workplace<<std::endl;
                        tmp_line.logic =  workplace->get_logic_item(CItem::quien);
                        tmp_line.store = this;
                        workplace->lista_lineas.push_back(tmp_line);