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 | eb96f899607eb158c512f1fa774b46a249f9941b (patch) | |
tree | 2c5b38bcbb65ac96a25b10865132a21f8c913588 | |
parent | 9d2406729e7e2ef1690af65827ef277bb9754004 (diff) | |
download | openttd-eb96f899607eb158c512f1fa774b46a249f9941b.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; |