From 2b529dc25d51b58eed4215e6794de470e2f9deab Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 24 Jul 2017 15:20:59 +0000 Subject: Remove useless statement. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12348 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Double_Window.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Fl_Double_Window.cxx b/src/Fl_Double_Window.cxx index 8a4e29437..bd62d3563 100644 --- a/src/Fl_Double_Window.cxx +++ b/src/Fl_Double_Window.cxx @@ -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); } -- cgit v1.2.3