mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-10 15:54:17 +01:00
Remove VIRTUAL_DESKTOP code
Even the option to enable "virtual desktop" in configure.ac was commented out...and I would never intend to use it anyway. So let's just remove the ~800 lines of #ifdef'ed code to have a cleaner code base to read when bored.
This commit is contained in:
10
configure.ac
10
configure.ac
@@ -373,16 +373,6 @@ AC_SUBST(supported_locales)
|
||||
dnl Support for various hint things
|
||||
dnl ===============================
|
||||
|
||||
dnl vdesktop_on="no"
|
||||
|
||||
dnl AC_ARG_ENABLE(vdesktop,
|
||||
dnl [ --enable-vdesktop enable virtual desktop],
|
||||
dnl [if test x$enableval = xyes; then
|
||||
dnl AC_DEFINE(VIRTUAL_DESKTOP, 1, [define if you want virtual desktop support])
|
||||
dnl vdesktop_on=yes
|
||||
dnl fi])
|
||||
|
||||
|
||||
dnl
|
||||
dnl Beautify compilation messages
|
||||
dnl ---------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user