summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-09-02 17:37:54 +0000
committernicm <nicm>2015-09-02 17:37:54 +0000
commit8121127606e8c354daa4802177763d2b1f8df81d (patch)
tree65a9db9db379b724a5f08b30fc9b74906febeca4 /tmux.h
parenta45164f2e023f436d0c9b0f50580a71f2b4b8f87 (diff)
We no longer need the terminal service class, so don't bother asking for it.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index a71d6c2a..9e028194 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1082,9 +1082,7 @@ LIST_HEAD(tty_terms, tty_term);
struct tty {
struct client *client;
-
char *path;
- u_int class;
u_int sx;
u_int sy;
@@ -1564,7 +1562,6 @@ void tty_putn(struct tty *, const void *, size_t, u_int);
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 *);