aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/floppy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/floppy.c')
-rw-r--r--src/hw/floppy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hw/floppy.c b/src/hw/floppy.c
index f4d7c01f..aa8583d6 100644
--- a/src/hw/floppy.c
+++ b/src/hw/floppy.c
@@ -58,8 +58,6 @@ struct floppy_ext_dbt_s diskette_param_table2 VARFSEG = {
.drive_type = 4, // drive type in cmos
};
-struct floppy_dbt_s diskette_param_table VAR16FIXED(0xefc7);
-
struct floppyinfo_s {
struct chs_s chs;
u8 floppy_size;