summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-07-24 15:20:59 +0000
committerManolo Gouy <Manolo>2017-07-24 15:20:59 +0000
commit2b529dc25d51b58eed4215e6794de470e2f9deab (patch)
treeb465587954b9ab7b803f07d404664aab08246840
parent649a68dc0cfa6014370694a4950f0d21e5bda07d (diff)
Remove useless statement.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12348 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_Double_Window.cxx1
1 files changed, 0 insertions, 1 deletions
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);
}