IOs: Fix warnings about unused things

Change-Id: I40a6aa486af7f4d819ae1f1f309f12042c8d2826
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Tobias Hunger
2013-10-14 16:18:00 +02:00
committed by Fawzi Mohamed
parent d8d0e0c368
commit 9bb0a81525
2 changed files with 1 additions and 9 deletions

View File

@@ -55,8 +55,6 @@ using namespace Qt4ProjectManager;
namespace Ios {
namespace Internal {
static const char USE_LOCAL_QT_KEY[] = "Qt4ProjectManager.IosDeployStep.UseLocalQtLibs";
const Core::Id IosDeployStep::Id("Qt4ProjectManager.IosDeployStep");
IosDeployStep::IosDeployStep(ProjectExplorer::BuildStepList *parent)