diff options
author | Darkvater <Darkvater@openttd.org> | 2005-03-28 21:14:36 +0000 |
---|---|---|
committer | Darkvater <Darkvater@openttd.org> | 2005-03-28 21:14:36 +0000 |
commit | a4e17642a8ebc0fe81dc6383c641e612a5b54b4e (patch) | |
tree | 2c5b38bcbb65ac96a25b10865132a21f8c913588 | |
parent | b2dd47f565d5ba9d92f808ce2e822c23cf562f78 (diff) | |
download | openttd-a4e17642a8ebc0fe81dc6383c641e612a5b54b4e.tar.xz |
(svn r2103) - Fix: Remove unnused variable from OS2 file
-rw-r--r-- | os2.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |