mirror of https://github.com/fltk/fltk
Remove useless statement.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12348 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
649a68dc0c
commit
2b529dc25d
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue