(svn r2103) - Fix: Remove unnused variable from OS2 file

This commit is contained in:
Darkvater 2005-03-28 21:14:36 +00:00
parent 9d2406729e
commit eb96f89960

1
os2.c
View File

@ -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;