summaryrefslogtreecommitdiff
path: root/vcl/inc/unx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-01-27 20:23:32 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-01-28 11:05:48 +0100
commit65f77f5a74f5b96131aaac414fbff4a9ef757578 (patch)
tree8afc3953afc29aac53ee83556097c15d4af7e26a /vcl/inc/unx
parent8f2a08b9576a50b2046306132cb8cddcf876d0a4 (diff)
vcl: Remove unused server vendors
GetServerVendor() is only used to check for vendor_sun. Maybe remove this method later...
Diffstat (limited to 'vcl/inc/unx')
-rw-r--r--vcl/inc/unx/saldisp.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/inc/unx/saldisp.hxx b/vcl/inc/unx/saldisp.hxx
index 547f1f85b8d0..3f080888730d 100644
--- a/vcl/inc/unx/saldisp.hxx
+++ b/vcl/inc/unx/saldisp.hxx
@@ -80,17 +80,7 @@ namespace vcl_sal { class WMAdaptor; }
typedef enum {
vendor_none = 0,
- vendor_attachmate,
- vendor_excursion,
- vendor_hp,
- vendor_hummingbird,
- vendor_ibm,
- vendor_sco,
- vendor_sgi,
vendor_sun,
- vendor_xfree,
- vendor_xinside,
- vendor_xprinter,
vendor_unknown
} srv_vendor_t;