diff options
author | Ben Millwood <thebenmachine@gmail.com> | 2009-10-03 12:22:40 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:15:54 +0000 |
commit | 2adfb7e6c05041cfc72ff89076e45b5b90541471 (patch) | |
tree | 9792e5be17ed1bab04a73c085187cf4662d94f1b /src/game | |
parent | 132f766b85c17ec4ad1d9f4ce77c8d20383c02e9 (diff) |
Removing some unused variables and functions
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_buildable.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c index af3ee8ec..475b1e67 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -1273,6 +1273,7 @@ APropHovel_Blocked Wrapper to test a hovel placement for validity ================ */ +/* static qboolean APropHovel_Blocked( vec3_t origin, vec3_t angles, vec3_t normal, gentity_t *player ) { @@ -1284,6 +1285,7 @@ static qboolean APropHovel_Blocked( vec3_t origin, vec3_t angles, vec3_t normal, return AHovel_Blocked( &hovel, player, qfalse ); } +*/ /* ================ |