Cleanup - it's no longer necessary to manually reset global variables.
[seabios.git] / src / disk.h
index 9e5b08357d2e2497f40030d5bf3ed91260ac3cc2..55a5da3ba7031afe61bc8f55583143bc2ab0f563 100644 (file)
@@ -234,7 +234,6 @@ void map_hd_drive(struct drive_s *drive_g);
 void map_cd_drive(struct drive_s *drive_g);
 int process_op(struct disk_op_s *op);
 int send_disk_op(struct disk_op_s *op);
-void drive_setup(void);
 
 // floppy.c
 extern struct floppy_ext_dbt_s diskette_param_table2;