summaryrefslogtreecommitdiff
path: root/src/spawn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/spawn.cpp')
-rw-r--r--src/spawn.cpp16
1 files changed, 0 insertions, 16 deletions
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();
-}*/