OSDN Git Service

[OSD][Qt] Remove commentout functions.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 22 May 2016 16:21:24 +0000 (01:21 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sun, 22 May 2016 16:21:24 +0000 (01:21 +0900)
source/src/qt/osd.cpp
source/src/qt/osd.h

index 100e250..fbdc531 100644 (file)
@@ -31,16 +31,6 @@ OSD::~OSD()
 extern std::string cpp_homedir;
 extern std::string my_procname;
 
-//EmuThreadClass *OSD::get_parent_handler()
-//{
-//     return parent_thread;
-//}
-
-//void OSD::set_parent_thread(EmuThreadClass *parent)
-//{
-//     parent_thread = parent;
-//}
-
 void OSD::initialize(int rate, int samples)
 {
        // get module path
index 906c118..3ecdd88 100644 (file)
@@ -61,8 +61,6 @@ public:
        void initialize(int rate, int samples);
        void release();
        void power_off();
-       //void set_parent_thread(EmuThreadClass *parent);
-       //EmuThreadClass *get_parent_handler();
 
        // Wrapper
        void lock_vm(void);