From ec8c5849ebe0ebd9c06d6f26ead0977ad5619c06 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Thu, 6 Oct 2011 22:54:48 +1300 Subject: [PATCH] remove dead SlotDropDownOption type in CncLobbyLogic --- OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs index 7b858b39a6..2f1d815249 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs @@ -284,20 +284,6 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic title.Text = orderManager.LobbyInfo.GlobalSettings.ServerName; } - class SlotDropDownOption - { - public string Title; - public string Order; - public Func Selected; - - public SlotDropDownOption(string title, string order, Func selected) - { - Title = title; - Order = order; - Selected = selected; - } - } - void ShowSpawnDropDown(DropDownButtonWidget dropdown, Session.Client client) { Func setupItem = (ii, itemTemplate) =>