diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-09-25 14:53:15 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-09-25 14:53:15 -0400 |
commit | 4d96edc76ba1e7556700908c10cb0e257cce5573 (patch) | |
tree | a617f3410df24b01c0bf10d12c0d076fcc85e45c /src/cdrom.c | |
parent | a899945754d20f084bb73a1cd2453f8cabfeb0e8 (diff) | |
download | seabios-4d96edc76ba1e7556700908c10cb0e257cce5573.tar.gz |
Cleanup - it's no longer necessary to manually reset global variables.
Now that a soft-reboot forces a hard-reboot, it is no longer necessary
to manually reset global variables.
Diffstat (limited to 'src/cdrom.c')
-rw-r--r-- | src/cdrom.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cdrom.c b/src/cdrom.c index 655ee00a..349e401b 100644 --- a/src/cdrom.c +++ b/src/cdrom.c @@ -109,8 +109,6 @@ cdemu_setup(void) { if (!CONFIG_CDROM_EMU) return; - cdemu_drive_gf = NULL; - cdemu_buf_fl = NULL; if (!Drives.cdcount) return; |