diff --git a/code/game/g_local.h b/code/game/g_local.h index 12858c28..2d9e3a93 100644 --- a/code/game/g_local.h +++ b/code/game/g_local.h @@ -520,7 +520,6 @@ void TossClientCubes( gentity_t *self ); // void G_RunMissile( gentity_t *ent ); -gentity_t *fire_blaster (gentity_t *self, vec3_t start, vec3_t aimdir); gentity_t *fire_plasma (gentity_t *self, vec3_t start, vec3_t aimdir); gentity_t *fire_grenade (gentity_t *self, vec3_t start, vec3_t aimdir); gentity_t *fire_rocket (gentity_t *self, vec3_t start, vec3_t dir); diff --git a/code/ui/ui_local.h b/code/ui/ui_local.h index 10484fe8..002797dc 100644 --- a/code/ui/ui_local.h +++ b/code/ui/ui_local.h @@ -585,7 +585,6 @@ typedef struct { qboolean debug; qhandle_t whiteShader; qhandle_t menuBackShader; - qhandle_t menuBackShader2; qhandle_t menuBackNoLogoShader; qhandle_t charset; qhandle_t charsetProp;