Skip to content

Commit 73e49a2

Browse files
Remove unused array
1 parent 84212a1 commit 73e49a2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Core/src/Platform/Gtk/RadioButtonExtensions.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ public static void UpdateIsChecked(this RadioButton platformRadioButton, IRadioB
1111
platformRadioButton.Active = radioButton.IsChecked;
1212
}
1313

14-
private static readonly string[] _backgroundColorKeys =
15-
{
16-
"RadioButtonBackground",
17-
"RadioButtonBackgroundPointerOver",
18-
"RadioButtonBackgroundPressed",
19-
"RadioButtonBackgroundDisabled"
20-
};
21-
2214
public static void UpdateBackground(this RadioButton platformRadioButton, IRadioButton button)
2315
{
2416
platformRadioButton.UpdateBackground(button);

0 commit comments

Comments
 (0)