Skip to content

Commit

Permalink
Remove useless statement.
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12348 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
Manolo Gouy authored and Manolo Gouy committed Jul 24, 2017
1 parent 649a68d commit 2b529dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Fl_Double_Window.cxx
Expand Up @@ -35,7 +35,6 @@ Fl_Double_Window::Fl_Double_Window(int W, int H, const char *l)
: Fl_Window(W, H, l)
{
type(FL_DOUBLE_WINDOW);
clear_flag(FORCE_POSITION);
}


Expand Down

0 comments on commit 2b529dc

Please sign in to comment.