aboutsummaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-10-17 15:07:00 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-10-17 15:07:00 (GMT)
commita2558a2b14054058342d9946deefd7c72dc2d887 (patch)
treeb2ef11d800f0a350c8c5b25209713eb7e3dba81b /src/main.cc
parentdc6c9c4e9b4d2976563634d84fa0ea0aa8a01f6d (diff)
downloadfluxbox-a2558a2b14054058342d9946deefd7c72dc2d887.zip
fluxbox-a2558a2b14054058342d9946deefd7c72dc2d887.tar.bz2
removed obsolete handler for the gnome-window manager hints
nowadays every app should use the extended window manager hints exclusively.
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.cc b/src/main.cc
index 26070dc..c47e1d8 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -156,11 +156,6 @@ static void showInfo(ostream &ostr) {
156#endif // USE_NEWWMSPEC 156#endif // USE_NEWWMSPEC
157 "EWMH" << endl << 157 "EWMH" << endl <<
158 158
159#ifndef USE_GNOME
160 NOT <<
161#endif // USE_GNOME
162 "GNOME" << endl <<
163
164#ifndef HAVE_IMLIB2 159#ifndef HAVE_IMLIB2
165 NOT<< 160 NOT<<
166#endif // HAVE_IMLIB2 161#endif // HAVE_IMLIB2