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

Remove unused using directives

This commit is contained in:
chylex 2016-04-11 21:33:37 +02:00
parent ffe430a4a5
commit c5a15709e7
3 changed files with 0 additions and 4 deletions

View File

@ -4,8 +4,6 @@
using System.Linq;
using TweetDick.Configuration;
using CefSharp;
using System.IO;
using System.Text;
using TweetDick.Core.Handling;
using TweetDick.Core.Other;
using System.Drawing;

View File

@ -1,7 +1,6 @@
using System;
using System.Drawing;
using System.Windows.Forms;
using TweetDick.Core;
using TweetDick.Core.Controls;
namespace TweetDick.Migration{

View File

@ -4,7 +4,6 @@
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using TweetDick.Core;
using TweetDick.Core.Other;
using TweetDick.Migration.Helpers;