forked from qt-creator/qt-creator
Maemo: Remove unused function.
Reviewed-by: kh1
This commit is contained in:
@@ -75,11 +75,6 @@ MaemoSshRunner::MaemoSshRunner(QObject *parent,
|
|||||||
|
|
||||||
MaemoSshRunner::~MaemoSshRunner() {}
|
MaemoSshRunner::~MaemoSshRunner() {}
|
||||||
|
|
||||||
void MaemoSshRunner::setConnection(const QSharedPointer<Core::SshConnection> &connection)
|
|
||||||
{
|
|
||||||
m_connection = connection;
|
|
||||||
}
|
|
||||||
|
|
||||||
void MaemoSshRunner::start()
|
void MaemoSshRunner::start()
|
||||||
{
|
{
|
||||||
// Should not happen.
|
// Should not happen.
|
||||||
|
|||||||
@@ -60,8 +60,6 @@ public:
|
|||||||
bool debugging);
|
bool debugging);
|
||||||
~MaemoSshRunner();
|
~MaemoSshRunner();
|
||||||
|
|
||||||
void setConnection(const QSharedPointer<Core::SshConnection> &connection);
|
|
||||||
|
|
||||||
void start();
|
void start();
|
||||||
void stop();
|
void stop();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user