summary refs log tree commit diff
diff options
context:
space:
mode:
authorokan <okan>2008-06-12 19:10:56 +0000
committerokan <okan>2008-06-12 19:10:56 +0000
commit077173527b37c91887a331893529db0c5afc883e (patch)
tree3c338903c87dcb45c1983b786ddc10b1e1b1371d
parentff9e573e1de0b1fa78c37820b9bf99ba0bb196a6 (diff)
downloadcwm-077173527b37c91887a331893529db0c5afc883e.tar.gz
cwm-077173527b37c91887a331893529db0c5afc883e.tar.xz
cwm-077173527b37c91887a331893529db0c5afc883e.zip
kill another long gone proto
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 96271e5..0f84038 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -406,7 +406,6 @@ void			 u_exec(char *);
 
 void			 grab_sweep(struct client_ctx *);
 void			 grab_drag(struct client_ctx *);
-void			 grab_label(struct client_ctx *);
 
 void			 xfree(void *);
 void			*xmalloc(size_t);