aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorVincent Bénony2015-12-04 12:26:31 +0100
committerVincent Bénony2016-01-06 16:17:32 +0100
commitd265b80fbf1cd8d0dbe3f1606c6e0e26324d1330 (patch)
tree88d862cf8fae30a86324cff81814ad2e135ca820 /devtools
parentcfa9172a6e8543f16c2bbdbb1477bc47dec7f128 (diff)
downloadscummvm-rg350-d265b80fbf1cd8d0dbe3f1606c6e0e26324d1330.tar.gz
scummvm-rg350-d265b80fbf1cd8d0dbe3f1606c6e0e26324d1330.tar.bz2
scummvm-rg350-d265b80fbf1cd8d0dbe3f1606c6e0e26324d1330.zip
IOS: Removes an unused local variable
Diffstat (limited to 'devtools')
-rw-r--r--devtools/create_project/xcode.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp
index 66fd8c49f3..2914920fd3 100644
--- a/devtools/create_project/xcode.cpp
+++ b/devtools/create_project/xcode.cpp
@@ -686,9 +686,6 @@ void XcodeProvider::setupResourcesBuildPhase() {
void XcodeProvider::setupSourcesBuildPhase() {
_sourcesBuildPhase.comment = "PBXSourcesBuildPhase";
- // Setup source file properties
- std::map<std::string, FileProperty> properties;
-
// Same as for containers: a rule for each native target
for (unsigned int i = 0; i < _targets.size(); i++) {
const std::string &targetName = _targets[i];