From 0cc3f92a0c6e8234a182fd4ffd99c67f9adad774 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Mon, 1 Dec 2003 15:55:39 +0000 Subject: [PATCH] Se elimina una std::cout forzado que me quedo de la epoca del test de los colores. --- Client/src/item_union.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Client/src/item_union.cpp b/Client/src/item_union.cpp index eee974e..27791a2 100644 --- a/Client/src/item_union.cpp +++ b/Client/src/item_union.cpp @@ -35,9 +35,6 @@ bool ViewUnion::on_image_expose_event(GdkEventExpose *e) gc->set_foreground(color); gc->set_background(color); - if (name == "union6") { - std::cout << color.get_red() << " " << color.get_green() << " " << color.get_blue() << std::endl; - } int w,h; w = image.get_width(); h = image.get_height(); -- 2.43.0