Remove screen_infomsg(), nothing uses it.

ok okan.
This commit is contained in:
oga
2008-04-16 13:35:37 +00:00
parent 642afbdf8c
commit f67772be65
5 changed files with 1 additions and 64 deletions

View File

@@ -350,7 +350,6 @@ Pixmap client_bg_pixmap(struct client_ctx *);
void client_map(struct client_ctx *cc);
void client_mtf(struct client_ctx *cc);
struct client_ctx *client_cyclenext(int reverse);
void client_altrelease();
struct client_ctx *client_mrunext(struct client_ctx *cc);
struct client_ctx *client_mruprev(struct client_ctx *cc);
void client_gethints(struct client_ctx *cc);
@@ -420,7 +419,6 @@ void screen_init(void);
struct screen_ctx *screen_fromroot(Window);
struct screen_ctx *screen_current(void);
void screen_updatestackingorder(void);
void screen_infomsg(char *);
void conf_setup(struct conf *, const char *);
int conf_get_int(struct client_ctx *, enum conftype);