summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/network_widget.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/widgets/network_widget.h b/src/widgets/network_widget.h
index ea9891276..f50bf04e9 100644
--- a/src/widgets/network_widget.h
+++ b/src/widgets/network_widget.h
@@ -75,21 +75,6 @@ enum NetworkStartServerWidgets {
WID_NSS_CANCEL, ///< 'Cancel' button.
};
-/** Widgets of the #NetworkLobbyWindow class. */
-enum NetworkLobbyWidgets {
- WID_NL_BACKGROUND, ///< Background of the window.
- WID_NL_TEXT, ///< Heading text.
- WID_NL_HEADER, ///< Header above list of companies.
- WID_NL_MATRIX, ///< List of companies.
- WID_NL_SCROLLBAR, ///< Scroll bar.
- WID_NL_DETAILS, ///< Company details.
- WID_NL_JOIN, ///< 'Join company' button.
- WID_NL_NEW, ///< 'New company' button.
- WID_NL_SPECTATE, ///< 'Spectate game' button.
- WID_NL_REFRESH, ///< 'Refresh server' button.
- WID_NL_CANCEL, ///< 'Cancel' button.
-};
-
/** Widgets of the #NetworkClientListWindow class. */
enum ClientListWidgets {
WID_CL_PANEL, ///< Panel of the window.