about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2012-12-17 14:58:46 +0000
committerokan <okan>2012-12-17 14:58:46 +0000
commit8e67d1389ceb0450712039832e5ff868335c6846 (patch)
tree87a8c6611e6b2feb5f50fc7d0216007b9e492c5a /calmwm.h
parent3a3e0383b2b605ede516f4f58eef778bea7815e4 (diff)
downloadcwm-8e67d1389ceb0450712039832e5ff868335c6846.tar.gz
cwm-8e67d1389ceb0450712039832e5ff868335c6846.tar.xz
cwm-8e67d1389ceb0450712039832e5ff868335c6846.zip
make client_mtf static
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 35bf6c2..bfef2bd 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -331,7 +331,6 @@ void			 client_lower(struct client_ctx *);
 void			 client_map(struct client_ctx *);
 void			 client_maximize(struct client_ctx *);
 void			 client_move(struct client_ctx *);
-void			 client_mtf(struct client_ctx *);
 struct client_ctx	*client_new(Window, struct screen_ctx *, int);
 void			 client_ptrsave(struct client_ctx *);
 void			 client_ptrwarp(struct client_ctx *);