diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-08-12 21:43:38 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-08-12 21:43:38 +0300 |
commit | 984babe86bf82002b4d6589b2750c7b5a5489bd5 (patch) | |
tree | d527c4543a8b78468873053b0ff0f013066a2f00 /os | |
parent | f7919c287936f55569c2301ebb1b5f52358e70fa (diff) |
remove obsolete vendor defines
Remove random behaviour changes for SGI and MetroLink.
Diffstat (limited to 'os')
-rw-r--r-- | os/utils.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/os/utils.c b/os/utils.c index b15700f85..6bf862497 100644 --- a/os/utils.c +++ b/os/utils.c @@ -271,10 +271,6 @@ long Memory_fail = 0; #include <stdlib.h> /* for random() */ #endif -#ifdef sgi -int userdefinedfontpath = 0; -#endif /* sgi */ - char *dev_tty_from_init = NULL; /* since we need to parse it anyway */ OsSigHandlerPtr @@ -843,9 +839,6 @@ ProcessCommandLine(int argc, char *argv[]) { if(++i < argc) { -#ifdef sgi - userdefinedfontpath = 1; -#endif /* sgi */ defaultFontPath = argv[i]; } else |