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_x.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_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index b88393fd9..9e73011a9 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -2656,11 +2656,6 @@ void Fl_X::sendxjunk() { XFree(hints); } -void Fl_Window::size_range_() { - size_range_set = 1; - if (shown()) i->sendxjunk(); -} - //////////////////////////////////////////////////////////////// static unsigned long *default_net_wm_icons = 0L; |
