diff options
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 | ||