summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2009-05-18 00:17:47 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2009-05-18 00:17:47 +0000
commit185478f42fddc324d0c280fbd125b70354200374 (patch)
tree3f518d9e5a9388baaeea21883849afa103671225
parent1f76d75ca470f40e53519602ae76a43de7920634 (diff)
oops, we appear to have grown an extra prototype for group_only(), get
the secateurs out.
-rw-r--r--app/cwm/calmwm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/cwm/calmwm.h b/app/cwm/calmwm.h
index ea99e7f96..35b8db880 100644
--- a/app/cwm/calmwm.h
+++ b/app/cwm/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.89 2009/05/18 00:14:19 oga Exp $
+ * $Id: calmwm.h,v 1.90 2009/05/18 00:17:46 oga Exp $
*/
#ifndef _CALMWM_H_
@@ -471,7 +471,6 @@ void group_init(void);
void group_hidetoggle(int);
void group_only(int);
void group_cycle(int);
-void group_only(int);
void group_sticky(struct client_ctx *);
void group_client_delete(struct client_ctx *);
void group_menu(XButtonEvent *);