summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2008-04-09 18:10:47 +0000
committerokan <okan>2008-04-09 18:10:47 +0000
commit343ec1bb4fa42eabd35222b4dc1bd53fc7690026 (patch)
tree16a58b2cbabcd912f4cb71da8d6167777cd92079 /calmwm.h
parenteb77aabea1029d97489611c71c11ab32e7329cee (diff)
downloadcwm-343ec1bb4fa42eabd35222b4dc1bd53fc7690026.tar.gz
cwm-343ec1bb4fa42eabd35222b4dc1bd53fc7690026.tar.xz
cwm-343ec1bb4fa42eabd35222b4dc1bd53fc7690026.zip
remove alt-tab menu
discussed with a few

ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 8bb48f4..4114c44 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -352,7 +352,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_cycleinfo(struct client_ctx *cc);
 void               client_altrelease();
 struct client_ctx *client_mrunext(struct client_ctx *cc);
 struct client_ctx *client_mruprev(struct client_ctx *cc);