]> Dogcows Code - chaz/openbox/commitdiff
remove some debug fprintfs
authorDana Jansens <danakj@orodu.net>
Sat, 6 Jul 2002 00:29:12 +0000 (00:29 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 6 Jul 2002 00:29:12 +0000 (00:29 +0000)
src/Basemenu.cc

index b6b242b6d1562ff0973cc82a987757acf3cf6dbd..5b4acdf001009f2bf96b6f752c1e26a97158e157 100644 (file)
@@ -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 :
This page took 0.023166 seconds and 4 git commands to generate.