diff options
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 69a2a23..2e5e373 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -66,9 +66,6 @@ | |||
66 | #include "config.h" | 66 | #include "config.h" |
67 | #endif // HAVE_CONFIG_H | 67 | #endif // HAVE_CONFIG_H |
68 | 68 | ||
69 | #ifdef USE_GNOME | ||
70 | #include "Gnome.hh" | ||
71 | #endif // USE_GNOME | ||
72 | #ifdef USE_NEWWMSPEC | 69 | #ifdef USE_NEWWMSPEC |
73 | #include "Ewmh.hh" | 70 | #include "Ewmh.hh" |
74 | #endif // USE_NEWWMSPEC | 71 | #endif // USE_NEWWMSPEC |
@@ -420,9 +417,6 @@ Fluxbox::Fluxbox(int argc, char **argv, | |||
420 | #ifdef USE_NEWWMSPEC | 417 | #ifdef USE_NEWWMSPEC |
421 | addAtomHandler(new Ewmh()); // for Extended window manager atom support | 418 | addAtomHandler(new Ewmh()); // for Extended window manager atom support |
422 | #endif // USE_NEWWMSPEC | 419 | #endif // USE_NEWWMSPEC |
423 | #ifdef USE_GNOME | ||
424 | addAtomHandler(new Gnome()); // for gnome 1 atom support | ||
425 | #endif //USE_GNOME | ||
426 | // parse apps file after creating screens (so we can tell if it's a restart | 420 | // parse apps file after creating screens (so we can tell if it's a restart |
427 | // for [startup] items) but before creating windows | 421 | // for [startup] items) but before creating windows |
428 | // this needs to be after ewmh and gnome, so state atoms don't get | 422 | // this needs to be after ewmh and gnome, so state atoms don't get |