mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 17:11:40 -05:00
removed some unused Code in Gui:Gui
This commit is contained in:
parent
a19a4a3e99
commit
659fd713a7
1 changed files with 0 additions and 8 deletions
|
@ -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");
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue