summaryrefslogtreecommitdiffstats
path: root/loader/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/driver.c')
-rw-r--r--loader/driver.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loader/driver.c b/loader/driver.c
index 8294bc07b1..69bb755b8f 100644
--- a/loader/driver.c
+++ b/loader/driver.c
@@ -149,7 +149,6 @@ void DrvClose(HDRVR hDriver)
HDRVR DrvOpen(LPARAM lParam2)
{
NPDRVR hDriver;
- int i;
char unknown[0x124];
const char* filename = (const char*) ((ICOPEN*) lParam2)->pV1Reserved;