1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-06 23:34:05 +02:00

Remove unused 'using' statements for the billionth time

This commit is contained in:
chylex 2017-08-13 16:55:08 +02:00
parent 9074cdf340
commit 346391ca2d

View File

@ -1,6 +1,4 @@
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing;
using System.Windows.Forms;
namespace TweetDuck.Video.Controls{