From: Dana Jansens Date: Sat, 6 Jul 2002 00:29:12 +0000 (+0000) Subject: remove some debug fprintfs X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=b950402ba238aeb6d76604b761b6fdc249b070ab;p=chaz%2Fopenbox remove some debug fprintfs --- diff --git a/src/Basemenu.cc b/src/Basemenu.cc index b6b242b6..5b4acdf0 100644 --- a/src/Basemenu.cc +++ b/src/Basemenu.cc @@ -536,7 +536,6 @@ bool Basemenu::hasSubmenu(int index) { void Basemenu::drawItem(int index, bool highlight, bool clear, int x, int y, unsigned int w, unsigned int h) { - fprintf(stderr, "DRAW ITEM\n"); BasemenuItem *item = find(index); if (! item) return; @@ -629,7 +628,6 @@ void Basemenu::drawItem(int index, bool highlight, bool clear, } if (dotext && text) { - fprintf(stderr, "FONT: %s\nTEXT: %s\n", style->f_font->name().c_str(), text); style->f_font->drawString(menu.frame, text_x, text_y, (highlight ? style->h_text : (item->isEnabled() ? style->f_text :