diff options
Diffstat (limited to 'src/core/modules.cpp')
-rw-r--r-- | src/core/modules.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/modules.cpp b/src/core/modules.cpp index cc1e59b113..14672ff796 100644 --- a/src/core/modules.cpp +++ b/src/core/modules.cpp @@ -24,11 +24,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "../modules/plugins/plugins.h"
-// other static variables
-static DWORD mainThreadId;
-static HANDLE hMainThread;
-static HANDLE hMissingService;
-
int CheckRestart(); // core: IDD_WAITRESTART
int LoadSystemModule(void); // core: m_system.h services
|