summaryrefslogtreecommitdiff
path: root/src/processrunner.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-29 13:46:33 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-06 07:44:56 -0500
commit2aa70de49e89245467299d94d76825bad31c63a2 (patch)
treeb1dcf09f440af579f9765d5de5408f2bb8c81751 /src/processrunner.h
parentf2cc71779feab647c508084c5dd5c175904c7f0f (diff)
return failure if the user has unlocked in waitForApplication()
Diffstat (limited to 'src/processrunner.h')
-rw-r--r--src/processrunner.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/processrunner.h b/src/processrunner.h
index d9423893..28f4da75 100644
--- a/src/processrunner.h
+++ b/src/processrunner.h
@@ -80,9 +80,6 @@ private:
bool waitForProcessCompletionWithLock(HANDLE handle, LPDWORD exitCode);
- bool waitForProcessCompletion(
- HANDLE handle, LPDWORD exitCode, ILockedWaitingForProcess* uilock);
-
bool waitForAllUSVFSProcesses(ILockedWaitingForProcess* uilock);
};