summaryrefslogtreecommitdiff
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
commita4e17642a8ebc0fe81dc6383c641e612a5b54b4e (patch)
tree2c5b38bcbb65ac96a25b10865132a21f8c913588
parentb2dd47f565d5ba9d92f808ce2e822c23cf562f78 (diff)
downloadopenttd-a4e17642a8ebc0fe81dc6383c641e612a5b54b4e.tar.xz
(svn r2103) - Fix: Remove unnused variable from OS2 file
-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;