diff options
Diffstat (limited to 'src/game/g_spawn.c')
-rw-r--r-- | src/game/g_spawn.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/g_spawn.c b/src/game/g_spawn.c index 8edf5c3..7661ed9 100644 --- a/src/game/g_spawn.c +++ b/src/game/g_spawn.c @@ -224,8 +224,6 @@ void SP_misc_portal_surface( gentity_t *ent ); void SP_shooter_rocket( gentity_t *ent ); void SP_shooter_plasma( gentity_t *ent ); void SP_shooter_grenade( gentity_t *ent ); -void SP_mine_grenade( gentity_t *ent ); -void SP_smoke_grenade( gentity_t *ent ); void SP_misc_particle_system( gentity_t *ent ); void SP_misc_anim_model( gentity_t *ent ); |