summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index 22344fb8..901f5a8d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2307,8 +2307,4 @@ void style_apply_update(struct grid_cell *, struct options *,
int style_equal(const struct grid_cell *,
const struct grid_cell *);
-/* pty.c */
-int pty_open(int *);
-pid_t pty_fork(int, int *, char *, size_t, struct winsize *);
-
#endif /* TMUX_H */