From 758e1f85d64024dce419cfe8a1cd3315b4b58b53 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 26 Jun 2012 19:29:01 +0200 Subject: Remove "highscore_fd" global. --- src/variable.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/variable.c') diff --git a/src/variable.c b/src/variable.c index c7874c50..88728216 100644 --- a/src/variable.c +++ b/src/variable.c @@ -197,12 +197,6 @@ int text_out_wrap = 0; int text_out_indent = 0; -/* - * The "highscore" file descriptor, if available. - */ -int highscore_fd = -1; - - /* * Software options (set via the '=' command). See "tables.c" */ -- cgit v1.2.3