aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2010-04-06 21:58:33 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2010-04-06 21:58:33 +0000
commit091db41bc9d178524c22465f744f59f8de9ce7f4 (patch)
treedb71062760d99178b5e5aaa412c2e910470a3add /tmux.h
parent67300e9524513806d0e89234a8e9d058200d28ea (diff)
downloadrtmux-091db41bc9d178524c22465f744f59f8de9ce7f4.tar.gz
rtmux-091db41bc9d178524c22465f744f59f8de9ce7f4.tar.bz2
rtmux-091db41bc9d178524c22465f744f59f8de9ce7f4.zip
Squash a function that is only called in a callback into the
callback function.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index a8902f19..64490a67 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.553 2010-04-06 21:45:36 nicm Exp $ */
+/* $Id: tmux.h,v 1.554 2010-04-06 21:58:33 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1828,7 +1828,6 @@ void window_pane_alternate_off(
int window_pane_set_mode(
struct window_pane *, const struct window_mode *);
void window_pane_reset_mode(struct window_pane *);
-void window_pane_parse(struct window_pane *);
void window_pane_key(struct window_pane *, struct client *, int);
void window_pane_mouse(struct window_pane *,
struct client *, struct mouse_event *);