summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2016-09-30 21:44:51 +0000
committerokan <okan>2016-09-30 21:44:51 +0000
commit1d3a6905f13d83e61cf5b7403a09d6899cd067e3 (patch)
tree98f973dc00085dcf6ce8aff70d43ace1c8e41244 /calmwm.h
parent1c54fc079dab7dcc56d057f40be01fb1f3a21c2a (diff)
downloadcwm-1d3a6905f13d83e61cf5b7403a09d6899cd067e3.tar.gz
cwm-1d3a6905f13d83e61cf5b7403a09d6899cd067e3.tar.xz
cwm-1d3a6905f13d83e61cf5b7403a09d6899cd067e3.zip
remove unused proto
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 c61e9ed..98eb064 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -422,7 +422,6 @@ void			 client_transient(struct client_ctx *);
 void			 client_unhide(struct client_ctx *);
 void			 client_urgency(struct client_ctx *);
 void 			 client_vtile(struct client_ctx *);
-void			 client_warp(struct client_ctx *);
 void			 client_wm_hints(struct client_ctx *);
 
 void			 group_alltoggle(struct screen_ctx *);