OSDN Git Service

[VM][EMU] Remove duplicate entries.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 16 May 2016 13:14:52 +0000 (22:14 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 16 May 2016 13:14:52 +0000 (22:14 +0900)
source/src/emu.h

index 12ab9a2..97e1beb 100644 (file)
@@ -91,12 +91,6 @@ private:
        void release_debugger();
 #endif
        
-       // debug log
-#ifdef _DEBUG_LOG
-       void initialize_debug_log();
-       void release_debug_log();
-       FILE* debug_log;
-#endif
        
        // misc
        int sound_rate, sound_samples;