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:
parent
ffe430a4a5
commit
c5a15709e7
@ -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;
|
||||||
|
@ -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{
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user