aboutsummaryrefslogtreecommitdiff
path: root/games/q3cellshading/files/patch-code-unix-linux_glimp.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/q3cellshading/files/patch-code-unix-linux_glimp.c')
-rw-r--r--games/q3cellshading/files/patch-code-unix-linux_glimp.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/q3cellshading/files/patch-code-unix-linux_glimp.c b/games/q3cellshading/files/patch-code-unix-linux_glimp.c
deleted file mode 100644
index e4c4654000b4..000000000000
--- a/games/q3cellshading/files/patch-code-unix-linux_glimp.c
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -ruN ./code/unix/linux_glimp.c ../quake3-1.32b-BUILT/./code/unix/linux_glimp.c
---- ./code/unix/linux_glimp.c Tue Aug 16 02:10:07 2005
-+++ ../quake3-1.32b-BUILT/./code/unix/linux_glimp.c Mon Aug 22 22:11:16 2005
-@@ -1774,7 +1774,5 @@
- // bk010216 - added stubs for non-Linux UNIXes here
- // FIXME - use NO_JOYSTICK or something else generic
-
--#if defined( __FreeBSD__ ) // rb010123
- void IN_StartupJoystick( void ) {}
- void IN_JoyMove( void ) {}
--#endif