remove unused function definitions
This commit is contained in:
parent
eb09078de6
commit
b074699a0a
2
dunst.c
2
dunst.c
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user