diff options
| author | Gerd Moellmann | 2000-11-22 16:32:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-22 16:32:00 +0000 |
| commit | dd5665d480ba04fd6d758100a1ec7e194477bdc8 (patch) | |
| tree | d2bcf2298824b718677036b879c2dd96c4464c6d /src | |
| parent | 7464726e4170cafaa77acdcb3d7c403ef5788cc0 (diff) | |
| download | emacs-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.c | 7 |
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 | ||