summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-08-12 21:43:38 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-08-12 21:43:38 +0300
commit984babe86bf82002b4d6589b2750c7b5a5489bd5 (patch)
treed527c4543a8b78468873053b0ff0f013066a2f00 /os
parentf7919c287936f55569c2301ebb1b5f52358e70fa (diff)
remove obsolete vendor defines
Remove random behaviour changes for SGI and MetroLink.
Diffstat (limited to 'os')
-rw-r--r--os/utils.c7
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