diff --git a/AM2RLauncher/AM2RLauncher/MainForm/MainForm.UI.cs b/AM2RLauncher/AM2RLauncher/MainForm/MainForm.UI.cs index c3dd8dd..a1d1307 100644 --- a/AM2RLauncher/AM2RLauncher/MainForm/MainForm.UI.cs +++ b/AM2RLauncher/AM2RLauncher/MainForm/MainForm.UI.cs @@ -134,8 +134,6 @@ public partial class MainForm : Form string splash = Splash.GetSplash(); log.Info($"Randomly chosen splash: {splash}"); - Font smallButtonFont = new Font(SystemFont.Default, 10); - // Create mirror list mirrorList = CrossPlatformOperations.GenerateMirrorList();