Remove unused gauge declarations

This commit is contained in:
Kp 2013-03-24 02:11:09 +00:00
parent f0b282af96
commit fde476383d

View file

@ -36,8 +36,6 @@ extern bitmap_index Gauges_hires[MAX_GAUGE_BMS]; // hires gauges
// Flags for gauges/hud stuff
extern void show_score();
extern void show_score_added();
extern void add_points_to_score();
extern void add_bonus_points_to_score();
@ -47,19 +45,14 @@ void close_gauges(void);
void cockpit_decode_alpha(grs_bitmap *bm);
void show_reticle(int reticle_type, int secondary_display);
void show_mousefs_indicator(int mx, int my, int mz, int x, int y, int size);
extern void check_erase_message(void);
extern void draw_hud(); // draw all the HUD stuff
extern void player_dead_message(void);
//extern void say_afterburner_status(void);
// fills in the coords of the hostage video window
void get_hostage_window_coords(int *x, int *y, int *w, int *h);
// from testgaug.c
void gauge_frame(void);
extern void update_laser_weapon_info(void);
extern void play_homing_warning(void);
extern void show_HUD_names();