summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2015-05-08 16:44:03 +0000
committernicm <nicm@openbsd.org>2015-05-08 16:44:03 +0000
commit5accf17e3972dbc3222f7f62cc17f5ed3bf479fd (patch)
treea449bb5efa28f690f500bd1d1fb3f9d30f918f4b
parentmode_key_entry can go into mode-key.c; also a few spaces->tabs. (diff)
downloadwireguard-openbsd-5accf17e3972dbc3222f7f62cc17f5ed3bf479fd.tar.xz
wireguard-openbsd-5accf17e3972dbc3222f7f62cc17f5ed3bf479fd.zip
grid_marker_cell is no longer used.
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index a59f83bd03d..054f789797c 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.509 2015/05/08 16:33:29 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.510 2015/05/08 16:44:03 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1940,7 +1940,6 @@ int attributes_fromstring(const char *);
/* grid.c */
extern const struct grid_cell grid_default_cell;
-extern const struct grid_cell grid_marker_cell;
struct grid *grid_create(u_int, u_int, u_int);
void grid_destroy(struct grid *);
int grid_compare(struct grid *, struct grid *);