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:
parent
ffe430a4a5
commit
c5a15709e7
@ -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;
|
||||
|
@ -1,7 +1,6 @@
|
||||
using System;
|
||||
using System.Drawing;
|
||||
using System.Windows.Forms;
|
||||
using TweetDick.Core;
|
||||
using TweetDick.Core.Controls;
|
||||
|
||||
namespace TweetDick.Migration{
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user