=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.552 retrieving revision 1.553 diff -u -r1.552 -r1.553 --- src/usr.bin/tmux/tmux.h 2015/09/01 11:13:39 1.552 +++ src/usr.bin/tmux/tmux.h 2015/09/02 17:37:54 1.553 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.552 2015/09/01 11:13:39 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.553 2015/09/02 17:37:54 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1082,9 +1082,7 @@ struct tty { struct client *client; - char *path; - u_int class; u_int sx; u_int sy; @@ -1564,7 +1562,6 @@ int tty_init(struct tty *, struct client *, int, char *); int tty_resize(struct tty *); int tty_set_size(struct tty *, u_int, u_int); -void tty_set_class(struct tty *, u_int); void tty_start_tty(struct tty *); void tty_stop_tty(struct tty *); void tty_set_title(struct tty *, const char *);