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

Remove unused 'using' statement

This commit is contained in:
chylex 2017-01-23 00:59:19 +01:00
parent 2295a875be
commit 09e5636e86

View File

@ -1,6 +1,5 @@
using CefSharp;
using TweetDck.Core.Controls;
using TweetDck.Core.Utils;
namespace TweetDck.Core.Handling{
class ContextMenuNotification : ContextMenuBase{