]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Constructor/union.cpp
Se vuelve a poner el flag de debug, lo cambie sin querer el commit pasado.
[z.facultad/75.42/plaqui.git] / Constructor / union.cpp
index f1bee2f521ec06555e6a635de0e8c981ff623d5b..d1395be5d20dc1f8c0d259f4614b0ce833f5a1f3 100644 (file)
@@ -18,7 +18,6 @@ Union::~Union()
 
 bool Union::on_button_press_event(GdkEventButton *event)
 {
-       int w,h;
        if ((event->type == GDK_BUTTON_PRESS) && (event->button == 2 )){
                image = null;   
                image->render_to_drawable(get_window(),get_style()->get_black_gc(),0,0,0,0,image->get_width(),image->get_height(),Gdk::RGB_DITHER_NONE,0,0);