diff options
| author | Manolo Gouy <Manolo> | 2017-07-24 15:20:59 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2017-07-24 15:20:59 +0000 |
| commit | 2b529dc25d51b58eed4215e6794de470e2f9deab (patch) | |
| tree | b465587954b9ab7b803f07d404664aab08246840 /src | |
| parent | 649a68dc0cfa6014370694a4950f0d21e5bda07d (diff) | |
Remove useless statement.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12348 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Double_Window.cxx | 1 |
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); } |
