Android: Remove more dead code

Change-Id: Ibaabebb99bd4b92a429c1114b7a0bf4689aa5610
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
BogDan Vatra
2014-07-24 13:11:39 +03:00
parent 35d6394523
commit 3df9c66753
3 changed files with 0 additions and 4 deletions

View File

@@ -41,7 +41,6 @@
#include <QDir>
using namespace QmakeAndroidSupport;
using namespace QmakeAndroidSupport::Internal;
const Core::Id AndroidPackageInstallationStep::Id = Core::Id("Qt4ProjectManager.AndroidPackageInstallationStep");

View File

@@ -35,9 +35,7 @@
#include <projectexplorer/buildsteplist.h>
#include <projectexplorer/projectexplorerconstants.h>
using namespace QmakeAndroidSupport;
using namespace QmakeAndroidSupport::Internal;
using QmakeProjectManager::QmakeBuildConfiguration;
int AndroidQmakeBuildConfigurationFactory::priority(const ProjectExplorer::Kit *k, const QString &projectPath) const
{

View File

@@ -51,7 +51,6 @@
#include <QVBoxLayout>
using namespace Android;
using namespace QmakeAndroidSupport;
using namespace QmakeAndroidSupport::Internal;
using QmakeProjectManager::QmakeProject;