diff options
author | 2015-05-08 16:44:03 +0000 | |
---|---|---|
committer | 2015-05-08 16:44:03 +0000 | |
commit | 5accf17e3972dbc3222f7f62cc17f5ed3bf479fd (patch) | |
tree | a449bb5efa28f690f500bd1d1fb3f9d30f918f4b | |
parent | mode_key_entry can go into mode-key.c; also a few spaces->tabs. (diff) | |
download | wireguard-openbsd-5accf17e3972dbc3222f7f62cc17f5ed3bf479fd.tar.xz wireguard-openbsd-5accf17e3972dbc3222f7f62cc17f5ed3bf479fd.zip |
grid_marker_cell is no longer used.
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
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 *); |