summaryrefslogtreecommitdiff
path: root/os2.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-03-28 21:14:36 +0000
committerDarkvater <darkvater@openttd.org>2005-03-28 21:14:36 +0000
commiteb96f899607eb158c512f1fa774b46a249f9941b (patch)
tree2c5b38bcbb65ac96a25b10865132a21f8c913588 /os2.c
parent9d2406729e7e2ef1690af65827ef277bb9754004 (diff)
downloadopenttd-eb96f899607eb158c512f1fa774b46a249f9941b.tar.xz
(svn r2103) - Fix: Remove unnused variable from OS2 file
Diffstat (limited to 'os2.c')
-rw-r--r--os2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/os2.c b/os2.c
index edc0afb84..57d7fe4fd 100644
--- a/os2.c
+++ b/os2.c
@@ -385,7 +385,6 @@ char *FiosBrowseTo(const FiosItem *item)
StringID FiosGetDescText(const char **path, uint32 *tot)
{
struct diskfree_t free;
- StringID sid;
char drive;
*path = _fios_path;