aboutsummaryrefslogtreecommitdiff
path: root/XBMC-IOS.xcodeproj
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2011-04-07 01:58:05 -0400
committerS. Davilla <davilla@4pi.com>2011-04-07 01:58:29 -0400
commit39c2b37acd62c4f8c1abc013b7582115e2f24478 (patch)
treea1d00f6dcde312044310032ab9db481c8e860139 /XBMC-IOS.xcodeproj
parent00f57da627f2795f8ec2ef11a17662a18919c99b (diff)
refactor sdl mutex/cond includes and combine XBMC_cond into XBMC_mutex to match SDL
Diffstat (limited to 'XBMC-IOS.xcodeproj')
-rw-r--r--XBMC-IOS.xcodeproj/project.pbxproj6
1 files changed, 0 insertions, 6 deletions
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj
index f171e7cb59..5e917cb3e2 100644
--- a/XBMC-IOS.xcodeproj/project.pbxproj
+++ b/XBMC-IOS.xcodeproj/project.pbxproj
@@ -925,7 +925,6 @@
F5AE4165134175520004BD79 /* VideoLibrary.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE4157134175520004BD79 /* VideoLibrary.cpp */; };
F5AE4166134175520004BD79 /* XBMCOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE4159134175520004BD79 /* XBMCOperations.cpp */; };
F5AE4530134D2E3E0004BD79 /* JSONServiceDescription.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5AE452E134D2E3E0004BD79 /* JSONServiceDescription.cpp */; };
- F5AE45BE134D638C0004BD79 /* XBMC_cond.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C86F6131F42EB000AD0F6 /* XBMC_cond.cpp */; };
F5B1380D13306B890045076D /* libmicrohttpd.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F5B1380C13306B890045076D /* libmicrohttpd.dylib */; };
F5B13DCF1334490D0045076D /* DarwinUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = F5B13DCE1334490D0045076D /* DarwinUtils.mm */; };
/* End PBXBuildFile section */
@@ -2554,8 +2553,6 @@
F56C86F3131F42EB000AD0F6 /* SingleLock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SingleLock.h; sourceTree = "<group>"; };
F56C86F4131F42EB000AD0F6 /* Thread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Thread.cpp; sourceTree = "<group>"; };
F56C86F5131F42EB000AD0F6 /* Thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Thread.h; sourceTree = "<group>"; };
- F56C86F6131F42EB000AD0F6 /* XBMC_cond.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBMC_cond.cpp; sourceTree = "<group>"; };
- F56C86F7131F42EB000AD0F6 /* XBMC_cond.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMC_cond.h; sourceTree = "<group>"; };
F56C86F8131F42EB000AD0F6 /* XBMC_mutex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBMC_mutex.cpp; sourceTree = "<group>"; };
F56C86F9131F42EB000AD0F6 /* XBMC_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMC_mutex.h; sourceTree = "<group>"; };
F56C86FB131F42EB000AD0F6 /* GlobalsHandling.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GlobalsHandling.h; sourceTree = "<group>"; };
@@ -5402,8 +5399,6 @@
F56C86F3131F42EB000AD0F6 /* SingleLock.h */,
F56C86F4131F42EB000AD0F6 /* Thread.cpp */,
F56C86F5131F42EB000AD0F6 /* Thread.h */,
- F56C86F6131F42EB000AD0F6 /* XBMC_cond.cpp */,
- F56C86F7131F42EB000AD0F6 /* XBMC_cond.h */,
F56C86F8131F42EB000AD0F6 /* XBMC_mutex.cpp */,
F56C86F9131F42EB000AD0F6 /* XBMC_mutex.h */,
);
@@ -6770,7 +6765,6 @@
F5AE4165134175520004BD79 /* VideoLibrary.cpp in Sources */,
F5AE4166134175520004BD79 /* XBMCOperations.cpp in Sources */,
F5AE4530134D2E3E0004BD79 /* JSONServiceDescription.cpp in Sources */,
- F5AE45BE134D638C0004BD79 /* XBMC_cond.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};