remove unused function definitions

This commit is contained in:
Sascha Kruse 2012-11-22 13:43:59 +01:00
parent eb09078de6
commit b074699a0a

View File

@ -86,7 +86,6 @@ list *notification_history = NULL; /* history of displayed notifications */
/* misc funtions */ /* misc funtions */
void apply_rules(notification * n); void apply_rules(notification * n);
void check_timeouts(void); void check_timeouts(void);
void draw_notifications(void);
char *fix_markup(char *str); char *fix_markup(char *str);
void handle_mouse_click(XEvent ev); void handle_mouse_click(XEvent ev);
void handleXEvents(void); void handleXEvents(void);
@ -97,7 +96,6 @@ void run(void);
void setup(void); void setup(void);
void update_screen_info(); void update_screen_info();
void usage(int exit_status); void usage(int exit_status);
void hide_window();
l_node *most_important(list * l); l_node *most_important(list * l);
void draw_win(void); void draw_win(void);
void hide_win(void); void hide_win(void);