From f6001f9ffc269dfec3c84f4f25d9561d845b8b01 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 27 Mar 2009 16:44:51 +0000 Subject: Whoops. Didn't mean to commit this yet. --- tmux.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 7c8e384d..b321dec4 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.282 2009-03-27 16:44:00 nicm Exp $ */ +/* $Id: tmux.h,v 1.283 2009-03-27 16:44:51 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1065,7 +1065,6 @@ void tty_start_tty(struct tty *); void tty_stop_tty(struct tty *); void tty_set_title(struct tty *, const char *); void tty_update_mode(struct tty *, int); -void tty_draw_line(struct tty *, struct screen *, u_int, u_int); int tty_open(struct tty *, char **); void tty_close(struct tty *, int); void tty_free(struct tty *, int); -- cgit