]> git.eshelyaron.com Git - emacs.git/commitdiff
* xfns.c (syms_of_xfns): Remove x-gtk-whole-detached-tool-bar.
authorJan Djärv <jan.h.d@swipnet.se>
Sat, 18 Oct 2014 16:25:24 +0000 (18:25 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Sat, 18 Oct 2014 16:25:24 +0000 (18:25 +0200)
src/ChangeLog
src/xfns.c

index 9ac2695a0e04f3cb542ab638160f89c5009c5196..aac111f680ea35605c024b51e662686e7ef7edde 100644 (file)
@@ -1,5 +1,7 @@
 2014-10-18  Jan Djärv  <jan.h.d@swipnet.se>
 
+       * 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
index 5edb635b1827429e2b3cb985ac766b101d73bade..8f5a06c0330705970694fb9b5bf9f5df3fe06518 100644 (file)
@@ -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.