From ac225d22f68af9531bc25d6ab83c11797105b5bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Sat, 18 Oct 2014 18:25:24 +0200 Subject: [PATCH] * xfns.c (syms_of_xfns): Remove x-gtk-whole-detached-tool-bar. --- src/ChangeLog | 2 ++ src/xfns.c | 6 ------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 9ac2695a0e0..aac111f680e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2014-10-18 Jan Djärv + * xfns.c (syms_of_xfns): Remove x-gtk-whole-detached-tool-bar. + * xterm.h (handlebox_widget): Remove. * xmenu.c (set_frame_menubar): Remove GTK block that calls diff --git a/src/xfns.c b/src/xfns.c index 5edb635b182..8f5a06c0330 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -6162,12 +6162,6 @@ If more space for files in the file chooser dialog is wanted, set this to nil to turn the additional text off. */); x_gtk_file_dialog_help_text = 1; - DEFVAR_BOOL ("x-gtk-whole-detached-tool-bar", x_gtk_whole_detached_tool_bar, - doc: /* If non-nil, a detached tool bar is shown in full. -The default is to just show an arrow and pressing on that arrow shows -the tool bar buttons. */); - x_gtk_whole_detached_tool_bar = 0; - DEFVAR_BOOL ("x-gtk-use-system-tooltips", x_gtk_use_system_tooltips, doc: /* If non-nil with a Gtk+ built Emacs, the Gtk+ tooltip is used. Otherwise use Emacs own tooltip implementation. -- 2.39.5