1
0
Fork 0

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

release/0.4.5
Darkvater 2005-03-28 21:14:36 +00:00
parent 9d2406729e
commit eb96f89960
1 changed files with 0 additions and 1 deletions

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;