1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-29 02:34:06 +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 System.Linq;
using TweetDick.Configuration; using TweetDick.Configuration;
using CefSharp; using CefSharp;
using System.IO;
using System.Text;
using TweetDick.Core.Handling; using TweetDick.Core.Handling;
using TweetDick.Core.Other; using TweetDick.Core.Other;
using System.Drawing; using System.Drawing;

View File

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

View File

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