From 4b1e6683d258412dd6e02c55618ff158c749ab4a Mon Sep 17 00:00:00 2001 From: Tannin Date: Mon, 18 Aug 2014 23:00:25 +0200 Subject: - can now filter by mod content - all files/directories that require write access can now be placed in AppData instead of the MO directory --- src/spawn.cpp | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/spawn.cpp') diff --git a/src/spawn.cpp b/src/spawn.cpp index 8cc5abe1..c05049c2 100644 --- a/src/spawn.cpp +++ b/src/spawn.cpp @@ -193,19 +193,3 @@ HANDLE startBinary(const QFileInfo &binary, ::CloseHandle(threadHandle); return jobObject; } - -/* -ExitProxy *ExitProxy::s_Instance = NULL; - -ExitProxy *ExitProxy::instance() -{ - if (s_Instance == NULL) { - s_Instance = new ExitProxy(); - } - return s_Instance; -} - -void ExitProxy::emitExit() -{ - emit exit(); -}*/ -- cgit v1.3.1