diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-07-06 00:29:12 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-07-06 00:29:12 +0000 |
| commit | b950402ba238aeb6d76604b761b6fdc249b070ab (patch) | |
| tree | 909f6124b854adb1322229fc8aa13fa2857af1cf | |
| parent | 5282d92b627041047b2603b0c2d013c221f4dd56 (diff) | |
remove some debug fprintfs
| -rw-r--r-- | src/Basemenu.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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 : |
