X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/16f64e28170d4473eebaa309d3082785c32b809c..b804b4bd1f222976f6a1fb3156fede8e26e32d3d:/Client/src/item_codo.cpp diff --git a/Client/src/item_codo.cpp b/Client/src/item_codo.cpp index 73dee42..3dc290e 100644 --- a/Client/src/item_codo.cpp +++ b/Client/src/item_codo.cpp @@ -28,7 +28,6 @@ ViewCodo::~ViewCodo() bool ViewCodo::on_image_expose_event(GdkEventExpose *e) { Glib::RefPtr colormap = Gtk::Widget::get_default_colormap(); - Gdk::Color blanco = Gdk::Color("white"); colormap->alloc_color(color); gc->set_foreground(color); gc->set_background(color);