summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga <oga>2008-04-16 13:35:37 +0000
committeroga <oga>2008-04-16 13:35:37 +0000
commitf67772be650718b2e408a26ef08e1946a0abf1ab (patch)
tree72af4f9de32716d21f7cd517b815169deee85b2e /calmwm.h
parent642afbdf8ca97818e849d126619cbc1bb7ff5871 (diff)
downloadcwm-f67772be650718b2e408a26ef08e1946a0abf1ab.tar.gz
cwm-f67772be650718b2e408a26ef08e1946a0abf1ab.tar.xz
cwm-f67772be650718b2e408a26ef08e1946a0abf1ab.zip
Remove screen_infomsg(), nothing uses it.
ok okan.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index b2967e8..9bf2f25 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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);