diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-07-22 17:31:20 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-07-22 17:31:20 +0000 |
commit | 6a979016919fc0b494a6f02176fa7ea1df93ad42 (patch) | |
tree | 5d6cf6e9e2d4414c7a0cb8c016d7adbe82b36ace /tmux.h | |
parent | 39aa8b32b135ddff6f74dadc8f5adaabf4fe0694 (diff) | |
download | rtmux-6a979016919fc0b494a6f02176fa7ea1df93ad42.tar.gz rtmux-6a979016919fc0b494a6f02176fa7ea1df93ad42.tar.bz2 rtmux-6a979016919fc0b494a6f02176fa7ea1df93ad42.zip |
Sync OpenBSD patchset 153:
Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by
lint.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.377 2009-07-22 16:55:22 tcunha Exp $ */ +/* $Id: tmux.h,v 1.378 2009-07-22 17:31:20 tcunha Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -1348,7 +1348,6 @@ extern const struct grid_cell grid_default_cell; struct grid *grid_create(u_int, u_int, u_int); void grid_destroy(struct grid *); int grid_compare(struct grid *, struct grid *); -void grid_reduce_line(struct grid *, u_int, u_int); void grid_expand_line(struct grid *, u_int, u_int); void grid_expand_line_utf8(struct grid *, u_int, u_int); void grid_scroll_line(struct grid *); @@ -1602,7 +1601,6 @@ void printflike1 log_warnx(const char *, ...); void printflike1 log_info(const char *, ...); void printflike1 log_debug(const char *, ...); void printflike1 log_debug2(const char *, ...); -void printflike1 log_debug3(const char *, ...); __dead void log_fatal(const char *, ...); __dead void log_fatalx(const char *, ...); |