Cleanup - it's no longer necessary to manually reset global variables.
[seabios.git] / src / cdrom.c
index 655ee00ad09ffebc8f045f225c01b9182570b78c..349e401bbd65346bcc3a3291906df47477f7fcdb 100644 (file)
@@ -109,8 +109,6 @@ cdemu_setup(void)
 {
     if (!CONFIG_CDROM_EMU)
         return;
-    cdemu_drive_gf = NULL;
-    cdemu_buf_fl = NULL;
     if (!Drives.cdcount)
         return;