diff options
| author | Manolo Gouy <Manolo> | 2016-03-23 17:13:09 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-23 17:13:09 +0000 |
| commit | e3ee1e7b81c9b1a8806b80cd69c66eeccc679bf9 (patch) | |
| tree | 60f70f3960bb65296b42884bed91f8a165ee9f3f /src/Fl_win32.cxx | |
| parent | 6608db0b0c88fb01a903c47b9e1bbed477766ec2 (diff) | |
Rewrite Fl_Window::size_range_() under the driver model.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11410 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_win32.cxx')
| -rw-r--r-- | src/Fl_win32.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx index a2940940b..ef83d833e 100644 --- a/src/Fl_win32.cxx +++ b/src/Fl_win32.cxx @@ -1878,10 +1878,6 @@ Fl_X* Fl_X::make(Fl_Window* w) { HINSTANCE fl_display = GetModuleHandle(NULL); -void Fl_Window::size_range_() { - size_range_set = 1; -} - void Fl_X::set_minmax(LPMINMAXINFO minmax) { int td, wd, hd, dummy_x, dummy_y; |
