]> git.eshelyaron.com Git - emacs.git/commitdiff
(update_frame): Do nothing with frame's tool bar
authorGerd Moellmann <gerd@gnu.org>
Wed, 22 Nov 2000 16:32:00 +0000 (16:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 22 Nov 2000 16:32:00 +0000 (16:32 +0000)
items.

src/dispnew.c

index 39d2408a4f79e8249a49f7657d9d511ee5ea1692..bd68622ba29425e03c344be141da844876638dc5 100644 (file)
@@ -3552,13 +3552,6 @@ update_frame (f, force_p, inhibit_hairy_id_p)
              tem = f->current_tool_bar_string;
              f->current_tool_bar_string = f->desired_tool_bar_string;
              f->desired_tool_bar_string = tem;
-             f->n_current_tool_bar_items = f->n_desired_tool_bar_items;
-             
-             /* Swap tool-bar items.  We swap because we want to
-                reuse vectors.  */
-             tem = f->current_tool_bar_items;
-             f->current_tool_bar_items = f->desired_tool_bar_items;
-             f->desired_tool_bar_items = tem;
            }
        }