mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00:00
(svn r2103) - Fix: Remove unnused variable from OS2 file
This commit is contained in:
parent
9d2406729e
commit
eb96f89960
1
os2.c
1
os2.c
@ -385,7 +385,6 @@ char *FiosBrowseTo(const FiosItem *item)
|
|||||||
StringID FiosGetDescText(const char **path, uint32 *tot)
|
StringID FiosGetDescText(const char **path, uint32 *tot)
|
||||||
{
|
{
|
||||||
struct diskfree_t free;
|
struct diskfree_t free;
|
||||||
StringID sid;
|
|
||||||
char drive;
|
char drive;
|
||||||
|
|
||||||
*path = _fios_path;
|
*path = _fios_path;
|
||||||
|
Loading…
Reference in New Issue
Block a user