summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorPader Rezso <rezso@rezso.net>2013-07-01 15:38:36 +0100
committerMichael Meeks <michael.meeks@suse.com>2013-07-01 15:39:24 +0100
commitcea7cca5c8db3f273ed2c14efde45ff0e73dee7a (patch)
treed770e4f2d0ffd33421b91a298d520ece914ebc1c /vcl
parentbd4c6a7d7521abb0e36ebfba6e14685a1e195be8 (diff)
remove obsolete CDE integration, and make TDE launcher conditional.
Change-Id: I5e830cd3f44627d789d789748e1b0f0ff5590d91
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/unx/desktops.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/inc/unx/desktops.hxx b/vcl/inc/unx/desktops.hxx
index 623c9f05b0b0..c97d708a0802 100644
--- a/vcl/inc/unx/desktops.hxx
+++ b/vcl/inc/unx/desktops.hxx
@@ -24,10 +24,9 @@ enum DesktopType {
DESKTOP_NONE, // headless, i.e. no X connection at all
DESKTOP_UNKNOWN, // unknown desktop, simple WM, etc.
DESKTOP_GNOME,
- DESKTOP_TDE,
DESKTOP_KDE,
DESKTOP_KDE4,
- DESKTOP_CDE
+ DESKTOP_TDE
}; // keep in sync with desktop_strings[] in salplug.cxx
#endif // INCLUDED_VCL_DESKTOPS_HXX