summaryrefslogtreecommitdiff
path: root/src/widgets/toolbar_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/toolbar_widget.h')
-rw-r--r--src/widgets/toolbar_widget.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/widgets/toolbar_widget.h b/src/widgets/toolbar_widget.h
index c317fc957..5f0c1b5a4 100644
--- a/src/widgets/toolbar_widget.h
+++ b/src/widgets/toolbar_widget.h
@@ -70,10 +70,9 @@ enum ToolbarEditorWidgets {
WID_TE_TREES, ///< Tree building toolbar.
WID_TE_SIGNS, ///< Sign building.
WID_TE_DATE_PANEL, ///< Container for the date widgets.
- /* The following three need to have the same actual widget number as the normal toolbar due to shared code. */
- WID_TE_MUSIC_SOUND = WID_TN_MUSIC_SOUND, ///< Music/sound configuration menu.
- WID_TE_HELP = WID_TN_HELP, ///< Help menu.
- WID_TE_SWITCH_BAR = WID_TN_SWITCH_BAR, ///< Only available when toolbar has been split to switch between different subsets.
+ WID_TE_MUSIC_SOUND, ///< Music/sound configuration menu.
+ WID_TE_HELP, ///< Help menu.
+ WID_TE_SWITCH_BAR, ///< Only available when toolbar has been split to switch between different subsets.
};
#endif /* WIDGETS_TOOLBAR_WIDGET_H */