# HG changeset patch # User Gerd Moellmann # Date 974910720 0 # Node ID fabc62c651a8d8cd6e04497827b3f3348fbe40a2 # Parent 07c6230bc933326739cb27f2349400a956785b20 (update_frame): Do nothing with frame's tool bar items. diff -r 07c6230bc933 -r fabc62c651a8 src/dispnew.c --- a/src/dispnew.c Wed Nov 22 16:31:28 2000 +0000 +++ b/src/dispnew.c Wed Nov 22 16:32:00 2000 +0000 @@ -3552,13 +3552,6 @@ 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; } }