summaryrefslogtreecommitdiff
path: root/src/variable.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-26 19:29:01 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-26 20:06:00 +0200
commit758e1f85d64024dce419cfe8a1cd3315b4b58b53 (patch)
treed4a38f4f6375fbc71bc3e53c97056ee144e69ce1 /src/variable.c
parent67485c9c36e244861c6226a3854781d1dd16f3ca (diff)
Remove "highscore_fd" global.
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/variable.c b/src/variable.c
index c7874c50..88728216 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -198,12 +198,6 @@ int text_out_indent = 0;
/*
- * The "highscore" file descriptor, if available.
- */
-int highscore_fd = -1;
-
-
-/*
* Software options (set via the '=' command). See "tables.c"
*/