changeset 33763:fabc62c651a8

(update_frame): Do nothing with frame's tool bar items.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 22 Nov 2000 16:32:00 +0000
parents 07c6230bc933
children a832bb73de79
files src/dispnew.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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;
 	    }
 	}