aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga2008-04-16 13:35:37 +0000
committeroga2008-04-16 13:35:37 +0000
commit02211e5b89f2fd8670b150d7892f56d0f6dba351 (patch)
tree77e0463fa2987752c73fb0692e37685825dc2fd0 /calmwm.h
parent026f72d2d3b6a4d7ec2de075c0497c219881c01a (diff)
downloadcwm-02211e5b89f2fd8670b150d7892f56d0f6dba351.tar.gz
Remove screen_infomsg(), nothing uses it.
ok okan.
Diffstat (limited to '')
-rw-r--r--calmwm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index c49de33..16706c4 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.33 2008/04/16 13:33:26 oga Exp $
+ * $Id: calmwm.h,v 1.34 2008/04/16 13:35:37 oga Exp $
*/
#ifndef _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);