From dd5665d480ba04fd6d758100a1ec7e194477bdc8 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 22 Nov 2000 16:32:00 +0000 Subject: [PATCH] (update_frame): Do nothing with frame's tool bar items. --- src/dispnew.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/dispnew.c b/src/dispnew.c index 39d2408a4f7..bd68622ba29 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -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; } } -- 2.39.5