removed some unused Code in Gui:Gui

main
Georg Krause 2018-04-08 11:19:30 +02:00
parent a19a4a3e99
commit 659fd713a7
1 changed files with 0 additions and 8 deletions

View File

@ -397,14 +397,6 @@ Gui::Gui(const char* argZero) :
window.color( fl_rgb_color (7,7,7) );
/*
tooltipLabel = new Fl_2(130, 25, 500, 20, "");
tooltipLabel->labelcolor( FL_LIGHT2 );
tooltipLabel->color( FL_DARK2 );
tooltipLabel->hide();
//tooltipLabel->align( FL_ALIGN_TOP_LEFT );
*/
// horizontal no-resize-images group
Fl_Group* headerImages = new Fl_Group( 0, 0, 1110, 650, "header");
{