Kaydet (Commit) 65f77f5a authored tarafından Thomas Arnhold's avatar Thomas Arnhold

vcl: Remove unused server vendors

GetServerVendor() is only used to check for vendor_sun. Maybe
remove this method later...
üst 8f2a08b9
......@@ -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;
......
......@@ -237,17 +237,7 @@ sal_GetServerVendor( Display *p_display )
} vendor_t;
const vendor_t p_vendorlist[] = {
{ vendor_xfree, "The XFree86 Project, Inc", 13 },
{ vendor_sun, "Sun Microsystems, Inc.", 10 },
{ vendor_attachmate, "Attachmate Corporation", 10 },
{ vendor_excursion,
"DECWINDOWS DigitalEquipmentCorporation, eXcursion", 42 },
{ vendor_hp, "Hewlett-Packard Company", 17 },
{ vendor_hummingbird, "Hummingbird Communications Ltd.", 11 },
{ vendor_ibm, "International Business Machines", 24 },
{ vendor_sgi, "Silicon Graphics", 9 },
{ vendor_sco, "The Santa Cruz Operation", 16 },
{ vendor_xinside, "X Inside Inc.", 10 },
// allways the last entry: vendor_none to indicate eol
{ vendor_none, NULL, 0 },
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment