Remove unused font

pull/35/head
Miepee 4 years ago
parent a50c35113d
commit 98fa95b900

@ -134,8 +134,6 @@ public partial class MainForm : Form
string splash = Splash.GetSplash(); string splash = Splash.GetSplash();
log.Info($"Randomly chosen splash: {splash}"); log.Info($"Randomly chosen splash: {splash}");
Font smallButtonFont = new Font(SystemFont.Default, 10);
// Create mirror list // Create mirror list
mirrorList = CrossPlatformOperations.GenerateMirrorList(); mirrorList = CrossPlatformOperations.GenerateMirrorList();

Loading…
Cancel
Save