diff options
author | nicm <nicm> | 2015-05-08 16:44:03 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-05-08 16:44:03 +0000 |
commit | 592cb73a69e23d321a29ae367d52b9e9b4f506c2 (patch) | |
tree | a64e1847ae1a0c0e38540f92298588dd7b3aede5 | |
parent | 74b2c40b1b2f38b1aafe4178cb33db63d3be8de0 (diff) | |
download | rtmux-592cb73a69e23d321a29ae367d52b9e9b4f506c2.tar.gz rtmux-592cb73a69e23d321a29ae367d52b9e9b4f506c2.tar.bz2 rtmux-592cb73a69e23d321a29ae367d52b9e9b4f506c2.zip |
grid_marker_cell is no longer used.
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |