Maemo: Removed ifdefs for old ssh approach.

This commit is contained in:
ck
2010-02-08 17:02:27 +01:00
parent 0f52cd03b0
commit 1fa20b3838
9 changed files with 10 additions and 344 deletions

View File

@@ -41,8 +41,6 @@
#include "maemosshconnection.h"
#ifdef USE_SSH_LIB
#include "maemodeviceconfigurations.h"
#include <ne7ssh.h>
@@ -209,5 +207,3 @@ MaemoSftpConnection::Ptr MaemoSftpConnection::create(const MaemoDeviceConfig &de
} // namespace Internal
} // namespace Qt4ProjectManager
#endif