diff --git a/ambed/cambeserver.h b/ambed/cambeserver.h index 0e3fb8f..563293c 100644 --- a/ambed/cambeserver.h +++ b/ambed/cambeserver.h @@ -39,10 +39,6 @@ public: bool Start(void); void Stop(void); - // task - static void Thread(CAmbeServer *); - void Task(void); - // get const char *GetListenIp(void) const { return m_Controller.GetListenIp(); }