From 8f58ddefc629a270b4661b5263c07f59ca0560d6 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 20 Nov 2011 04:34:22 +0100 Subject: ALL: Remove more m4/mads leftovers. Some project files (iPhone) and backend files (Symbian) still reference m4.dat, but I know not enough on how to remove that without breaking something. --- devtools/create_project/xcode.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'devtools/create_project/xcode.cpp') diff --git a/devtools/create_project/xcode.cpp b/devtools/create_project/xcode.cpp index 77ac88f85d..eb51ab3da1 100755 --- a/devtools/create_project/xcode.cpp +++ b/devtools/create_project/xcode.cpp @@ -448,7 +448,6 @@ void XCodeProvider::setupResourcesBuildPhase() { properties["sky.cpt"] = FileProperty("file", "", "sky.cpt", "\"\""); properties["drascula.dat"] = FileProperty("file", "", "drascula.dat", "\"\""); properties["hugo.dat"] = FileProperty("file", "", "hugo.dat", "\"\""); - properties["m4.dat"] = FileProperty("file", "", "m4.dat", "\"\""); properties["teenagent.dat"] = FileProperty("file", "", "teenagent.dat", "\"\""); properties["toon.dat"] = FileProperty("file", "", "toon.dat", "\"\""); @@ -481,7 +480,6 @@ void XCodeProvider::setupResourcesBuildPhase() { files_list.push_back("icon4.png"); files_list.push_back("drascula.dat"); files_list.push_back("hugo.dat"); - files_list.push_back("m4.dat"); files_list.push_back("teenagent.dat"); files_list.push_back("toon.dat"); -- cgit v1.2.3