From 5de9f199ae572799f5c47c044b59909e95304566 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Mon, 22 Oct 2012 07:10:13 +0000 Subject: [PATCH] deleted QuakeSpasm_Prefix.pch, doesn't seem to be used. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@774 af15c1b1-3010-417e-b628-4374ebc0bcbd --- MacOSX/QuakeSpasm.xcodeproj/project.pbxproj | 2 -- MacOSX/QuakeSpasm_Prefix.pch | 25 --------------------- 2 files changed, 27 deletions(-) delete mode 100644 MacOSX/QuakeSpasm_Prefix.pch diff --git a/MacOSX/QuakeSpasm.xcodeproj/project.pbxproj b/MacOSX/QuakeSpasm.xcodeproj/project.pbxproj index 54dad3d9..89c09b17 100644 --- a/MacOSX/QuakeSpasm.xcodeproj/project.pbxproj +++ b/MacOSX/QuakeSpasm.xcodeproj/project.pbxproj @@ -148,7 +148,6 @@ 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = ""; }; 29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = ""; }; 29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = ""; }; - 32CA4F630368D1EE00C91783 /* QuakeSpasm_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QuakeSpasm_Prefix.pch; sourceTree = ""; }; 48134A1412102F400015BF15 /* net_bsd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = net_bsd.c; path = ../Quake/net_bsd.c; sourceTree = SOURCE_ROOT; }; 48134A1512102F400015BF15 /* net_defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = net_defs.h; path = ../Quake/net_defs.h; sourceTree = SOURCE_ROOT; }; 48134A1612102F400015BF15 /* net_udp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = net_udp.c; path = ../Quake/net_udp.c; sourceTree = SOURCE_ROOT; }; @@ -385,7 +384,6 @@ children = ( 48B9E7A50D340BEA0001CACF /* AppController.h */, 48B9E7A60D340BEA0001CACF /* AppController.m */, - 32CA4F630368D1EE00C91783 /* QuakeSpasm_Prefix.pch */, 48FE58590D3A82C8006BB491 /* QuakeArguments.h */, 48FE585A0D3A82C8006BB491 /* QuakeArguments.m */, 489D8D2D0D3A630D00AA4471 /* ScreenInfo.h */, diff --git a/MacOSX/QuakeSpasm_Prefix.pch b/MacOSX/QuakeSpasm_Prefix.pch deleted file mode 100644 index d4f4148e..00000000 --- a/MacOSX/QuakeSpasm_Prefix.pch +++ /dev/null @@ -1,25 +0,0 @@ -/* -Copyright (C) 2007-2008 Kristian Duske - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation; either version 2 -of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -*/ - -#include "SDL.h" - -#ifdef __OBJC__ - #import -#endif