; * src/gtkutil.c (free_frame_tool_bar): Remove redundant assignment.

This commit is contained in:
Pip Cet 2025-01-21 19:13:24 +00:00
parent d7bdaa4170
commit 1f02677500

View file

@ -6116,8 +6116,7 @@ free_frame_tool_bar (struct frame *f)
else
gtk_widget_destroy (x->toolbar_widget);
x->toolbar_widget = 0;
x->toolbar_widget = 0;
x->toolbar_widget = NULL;
x->toolbar_is_packed = false;
FRAME_TOOLBAR_TOP_HEIGHT (f) = FRAME_TOOLBAR_BOTTOM_HEIGHT (f) = 0;
FRAME_TOOLBAR_LEFT_WIDTH (f) = FRAME_TOOLBAR_RIGHT_WIDTH (f) = 0;