From 98fa95b900fc66a9b4ba883242e538782f9dbd42 Mon Sep 17 00:00:00 2001 From: Miepee Date: Wed, 31 Aug 2022 21:07:28 +0200 Subject: [PATCH] Remove unused font --- AM2RLauncher/AM2RLauncher/MainForm/MainForm.UI.cs | 2 -- 1 file changed, 2 deletions(-) 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();