summaryrefslogtreecommitdiff
path: root/src/widgets/network_widget.h
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-04-23 01:52:57 +0200
committerPatric Stout <github@truebrain.nl>2021-04-24 21:43:58 +0200
commitff708c2c659477da04fab108ca8e46a60c0d60b0 (patch)
tree0a60165ca72b8cc20664bf04032ae0e172f4a13b /src/widgets/network_widget.h
parent526635942451479bee66e9eb61c50f91ae48a7dd (diff)
downloadopenttd-ff708c2c659477da04fab108ca8e46a60c0d60b0.tar.xz
Add: admin menu for companies in multiplayer games
You can now easily do: - a password reset (unlock) - remove an empty company (reset company)
Diffstat (limited to 'src/widgets/network_widget.h')
-rw-r--r--src/widgets/network_widget.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/widgets/network_widget.h b/src/widgets/network_widget.h
index a453b085c..2ed94d284 100644
--- a/src/widgets/network_widget.h
+++ b/src/widgets/network_widget.h
@@ -108,11 +108,6 @@ enum ClientListWidgets {
WID_CL_COMPANY_JOIN, ///< Used for QueryWindow when a company has a password.
};
-/** Widgets of the #NetworkClientListPopupWindow class. */
-enum ClientListPopupWidgets {
- WID_CLP_PANEL, ///< Panel of the window.
-};
-
/** Widgets of the #NetworkJoinStatusWindow class. */
enum NetworkJoinStatusWidgets {
WID_NJS_BACKGROUND, ///< Background of the window.