--- Frodo4/Src/Prefs.h 2004/01/12 15:13:20 1.5 +++ Frodo4/Src/Prefs.h 2004/01/14 17:26:29 1.6 @@ -22,14 +22,6 @@ #define _PREFS_H -// Drive types -enum { - DRVTYPE_DIR, // 1541 emulation in host file system - DRVTYPE_D64, // 1541 emulation in .d64 file - DRVTYPE_T64 // 1541 emulation in .t64 file -}; - - // SID types enum { SIDTYPE_NONE, // SID emulation off @@ -72,8 +64,6 @@ public: int FloppyCycles; // Available 1541 CPU cycles per line int SkipFrames; // Draw every n-th frame - int DriveType[4]; // Type of drive 8..11 - char DrivePath[4][256]; // Path for drive 8..11 char ViewPort[256]; // Size of the C64 screen to display (Win32)