OSDN Git Service

[VM][General] Merge Upstream 20180530.
[csp-qt/common_source_project-fm7.git] / source / src / vm / fmr30 / fmr30.h
index e68bab4..040a954 100644 (file)
@@ -38,7 +38,6 @@
 // device informations for win32
 #define USE_FLOPPY_DISK                2
 #define USE_HARD_DISK          7
-#define OPEN_HARD_DISK_IN_RESET
 #define NOTIFY_KEY_DOWN
 #define USE_SHIFT_NUMPAD_KEY
 #define USE_ALT_F10_KEY
@@ -128,13 +127,6 @@ protected:
        SYSTEM* system;
        TIMER* timer;
        
-#if defined(OPEN_HARD_DISK_IN_RESET)
-       _TCHAR hd_file_path[USE_HARD_DISK][_MAX_PATH];
-#endif
-       void open_hard_disk_tmp(int drv, const _TCHAR* file_path);
-       void close_hard_disk_tmp(int drv);
-       bool is_hard_disk_inserted_tmp(int drv);
-       
 public:
        // ----------------------------------------
        // initialize