remove duplicated ShowWindowModeDropdown function from CncSettingsLogic

This commit is contained in:
Chris Forbes
2011-09-24 20:44:38 +12:00
parent c608b45ef0
commit 6a78eec512
2 changed files with 3 additions and 24 deletions

View File

@@ -133,7 +133,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
return true;
}
bool ShowWindowModeDropdown(DropDownButtonWidget dropdown, GraphicSettings s)
public static bool ShowWindowModeDropdown(DropDownButtonWidget dropdown, GraphicSettings s)
{
var options = new Dictionary<string, WindowMode>()
{