summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2018-07-16 14:19:23 +0000
committerokan <okan>2018-07-16 14:19:23 +0000
commit9999c3e6e0191c91d36674e5968000b58610ed14 (patch)
treecf7eca9109bf4db72f852850e5d1065ae311ece1
parent05510941822cb14969bae35d57ff7778fc4daee1 (diff)
downloadcwm-9999c3e6e0191c91d36674e5968000b58610ed14.tar.gz
cwm-9999c3e6e0191c91d36674e5968000b58610ed14.tar.xz
cwm-9999c3e6e0191c91d36674e5968000b58610ed14.zip
Remove unused prototype; from Ross L Richardson.
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index e4dbe3a..4984417 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -408,7 +408,6 @@ void			 client_getsizehints(struct client_ctx *);
 void			 client_hide(struct client_ctx *);
 void 			 client_htile(struct client_ctx *);
 void			 client_lower(struct client_ctx *);
-void			 client_map(struct client_ctx *);
 void			 client_msg(struct client_ctx *, Atom, Time);
 void			 client_move(struct client_ctx *);
 void			 client_mtf(struct client_ctx *);