diff --git a/src/MG.h b/src/MG.h index f5b4cf9d3e7b47dd525a1d93850fa38bac00442f..1b928e70a9d6b931c02a3b1d10955e56cb22c247 100644 --- a/src/MG.h +++ b/src/MG.h @@ -62,34 +62,6 @@ public: } }; - -class SLEEP : public QThread -{ -public: - /** - * @brief Set a thread to sleep for seconds - * @param s time in seconds to sleep - **/ - static void sleep(unsigned long s) { - QThread::sleep(s); - } - /** - * @brief Set a thread to sleep for milliseconds - * @param ms time in milliseconds to sleep - **/ - static void msleep(unsigned long ms) { - QThread::msleep(ms); - } - /** - * @brief Set a thread to sleep for microseconds - * @param us time in microseconds to sleep - **/ - static void usleep(unsigned long us) { - QThread::usleep(us); - } -}; - - class UNITS { public: