Maemo: Remove unused function.

Reviewed-by: kh1
This commit is contained in:
Christian Kandeler
2010-09-30 14:48:27 +02:00
parent a02d60bb1d
commit d5d2d3ea3c
2 changed files with 0 additions and 7 deletions

View File

@@ -75,11 +75,6 @@ MaemoSshRunner::MaemoSshRunner(QObject *parent,
MaemoSshRunner::~MaemoSshRunner() {}
void MaemoSshRunner::setConnection(const QSharedPointer<Core::SshConnection> &connection)
{
m_connection = connection;
}
void MaemoSshRunner::start()
{
// Should not happen.