summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1998-12-29 14:06:08 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1998-12-29 14:06:08 +0000
commit0aa5899fbe04082c8649eade9fc8c17c7b592539 (patch)
tree19c43c998602a7b504c55015596b157a82184772 /src
parentf17882c5cb4724f432335381edd9f8785d70adac (diff)
Patch from Bill - removes dead code.
git-svn-id: file:///fltk/svn/fltk/trunk@173 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_x.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx
index c5e4e29bb..7b80a6566 100644
--- a/src/Fl_x.cxx
+++ b/src/Fl_x.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_x.cxx,v 1.14 1998/12/29 14:01:46 mike Exp $"
+// "$Id: Fl_x.cxx,v 1.15 1998/12/29 14:06:08 mike Exp $"
//
// X specific code for the Fast Light Tool Kit (FLTK).
//
@@ -711,10 +711,6 @@ void Fl_X::sendxjunk() {
prop[0] = 1; // MWM_HINTS_FUNCTIONS
prop[1] = 1|2|16; // MWM_FUNC_ALL | MWM_FUNC_RESIZE | MWM_FUNC_MAXIMIZE
}
- if (w->non_modal()) {
- prop[0] = 1; // MWM_HINTS_FUNCTIONS
- prop[1] |= 8; // turn off MWM_FUNC_MINIMIZE in 4Dwm
- }
if (w->flags() & Fl_Window::FL_FORCE_POSITION) {
hints.flags |= USPosition;
@@ -802,5 +798,5 @@ void Fl_Window::make_current() {
#endif
//
-// End of "$Id: Fl_x.cxx,v 1.14 1998/12/29 14:01:46 mike Exp $".
+// End of "$Id: Fl_x.cxx,v 1.15 1998/12/29 14:06:08 mike Exp $".
//