aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-22 16:32:00 +0000
committerGerd Moellmann2000-11-22 16:32:00 +0000
commitdd5665d480ba04fd6d758100a1ec7e194477bdc8 (patch)
treed2bcf2298824b718677036b879c2dd96c4464c6d /src
parent7464726e4170cafaa77acdcb3d7c403ef5788cc0 (diff)
downloademacs-dd5665d480ba04fd6d758100a1ec7e194477bdc8.tar.gz
emacs-dd5665d480ba04fd6d758100a1ec7e194477bdc8.zip
(update_frame): Do nothing with frame's tool bar
items.
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c7
1 files changed, 0 insertions, 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)
3552 tem = f->current_tool_bar_string; 3552 tem = f->current_tool_bar_string;
3553 f->current_tool_bar_string = f->desired_tool_bar_string; 3553 f->current_tool_bar_string = f->desired_tool_bar_string;
3554 f->desired_tool_bar_string = tem; 3554 f->desired_tool_bar_string = tem;
3555 f->n_current_tool_bar_items = f->n_desired_tool_bar_items;
3556
3557 /* Swap tool-bar items. We swap because we want to
3558 reuse vectors. */
3559 tem = f->current_tool_bar_items;
3560 f->current_tool_bar_items = f->desired_tool_bar_items;
3561 f->desired_tool_bar_items = tem;
3562 } 3555 }
3563 } 3556 }
3564 3557