Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FenPhoenix committed Jul 11, 2019
1 parent 3d3a731 commit cf7fea2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions AngelLoader/Forms/MainForm_ToolStripPainter.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System.Diagnostics;
using System.Drawing;
using System.Drawing;
using System.Windows.Forms;

namespace AngelLoader.Forms
Expand All @@ -10,8 +9,6 @@ public partial class MainForm
// just to draw two one-pixel-wide lines. Especially when there's a ton of them on the UI. For startup
// perf and lightness of weight, we just draw them ourselves.

// TODO: Switch all separators to realtime-draw.

private readonly Pen sep1Pen = new Pen(Color.FromArgb(255, 189, 189, 189));
private readonly Pen sep1PenC = new Pen(Color.FromArgb(255, 166, 166, 166));
private readonly Pen sep2Pen = new Pen(Color.FromArgb(255, 255, 255, 255));
Expand Down

0 comments on commit cf7fea2

Please sign in to comment.