aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2018-07-16 14:19:23 +0000
committerokan2018-07-16 14:19:23 +0000
commit0ba397a7223bb60f0967b56e2e076c31b26b99ef (patch)
treef1d548e766b4a94491a350652274b90332bccd0b /calmwm.h
parent1feb40b7284f51e689ee00afd651f1f6ab1db480 (diff)
downloadcwm-0ba397a7223bb60f0967b56e2e076c31b26b99ef.tar.gz
Remove unused prototype; from Ross L Richardson.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index 1ce4d96..8aee760 100644
--- a/calmwm.h
+++ b/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 *);