diff options
Diffstat (limited to 'src/libs/ssh/sshremoteprocessrunner.h')
-rw-r--r-- | src/libs/ssh/sshremoteprocessrunner.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/ssh/sshremoteprocessrunner.h b/src/libs/ssh/sshremoteprocessrunner.h index 6ad2ac6205a..22ed6613fbf 100644 --- a/src/libs/ssh/sshremoteprocessrunner.h +++ b/src/libs/ssh/sshremoteprocessrunner.h @@ -40,7 +40,6 @@ public: ~SshRemoteProcessRunner(); void run(const QString &command, const SshConnectionParameters &sshParams); - void runInTerminal(const QString &command, const SshConnectionParameters &sshParams); QString command() const; QString lastConnectionErrorString() const; |