summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
authorDmitry Antipov <dmantipov@yandex.ru>2012-12-25 19:07:59 +0400
committerDmitry Antipov <dmantipov@yandex.ru>2012-12-25 19:07:59 +0400
commitcd78d9b191b18dc1463bab5a55766fff1b418fcf (patch)
treea589dd0a776733a09785a554847f0735eb8a6197 /src/xterm.h
parent45dd64808b72411218cf5fb7e80b0d879141f8c8 (diff)
downloademacs-cd78d9b191b18dc1463bab5a55766fff1b418fcf.tar.gz
* xterm.h (struct x_output): Remove toolbar_detached member since it's
set but never used. * gtkutil.c (xg_tool_bar_detach_callback, xg_tool_bar_attach_callback) (xg_create_tool_bar): Adjust users.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h
index d63ed1c4583..e680cbe7dd2 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -475,8 +475,6 @@ struct x_output
GtkWidget *toolbar_widget;
/* The handle box that makes the tool bar detachable. */
GtkWidget *handlebox_widget;
- /* Non-zero if the tool bar is detached. */
- int toolbar_detached;
/* Non-zero if tool bar is packed into the hbox widget (i.e. vertical). */
int toolbar_in_hbox;