summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-08-12 21:50:52 +0300
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-08-12 21:50:52 +0300
commitd6433be3cca807dd78fbb1f45d9ba0212283083d (patch)
treeb8353efcc51fed157620dd42ce75a6985b39ed0b /os
parent2bf9e3dc1ec5fd7bf84a4a96899e5663a721d4a4 (diff)
parent984babe86bf82002b4d6589b2750c7b5a5489bd5 (diff)
Merge branch 'master' into input-hotplug
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