summaryrefslogtreecommitdiff
path: root/src/processrunner.cpp
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-10-31 02:00:58 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-11-06 07:44:58 -0500
commit2c3079c1dc2aaeb84cbe7e4a021f6b3f22c785a3 (patch)
tree082bbcbf816a183b60cd78d34ebe8e098c390870 /src/processrunner.cpp
parentc8e101e19eed4417d42bef678cd60d3efb414eb7 (diff)
removed runExecutable()
Diffstat (limited to 'src/processrunner.cpp')
-rw-r--r--src/processrunner.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/processrunner.cpp b/src/processrunner.cpp
index dba29bd2..1c8c923b 100644
--- a/src/processrunner.cpp
+++ b/src/processrunner.cpp
@@ -662,15 +662,6 @@ DWORD ProcessRunner::exitCode()
}
-bool ProcessRunner::runExecutable(const Executable& exe, bool refresh)
-{
- setFromExecutable(exe);
- setWaitForCompletion(refresh ? Refresh : NoRefresh);
-
- const auto r = run();
- return (r != Error);
-}
-
bool ProcessRunner::runShortcut(const MOShortcut& shortcut)
{
setFromShortcut(shortcut);