summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2018-07-16 14:19:24 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2018-07-16 14:19:24 +0000
commit84923d2b6bcb90213434c66bbafb680e93554faf (patch)
tree4c78b29787e89e403b1a2a5f8c15abbac7fd82a2 /app
parentd9d11176228aa7979785a45ddba72bba939ef136 (diff)
Remove unused prototype; from Ross L Richardson.
Diffstat (limited to 'app')
-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 1ce4d9694..8aee7602b 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.
*
- * $OpenBSD: calmwm.h,v 1.360 2018/02/13 15:43:15 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.361 2018/07/16 14:19:23 okan Exp $
*/
#ifndef _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 *);