aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/Native/LnkShortcutHandler.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-07-29 22:47:20 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-07-29 22:47:20 -0400
commit32abd342e19437021c01a43ec3df701ef1b213ea (patch)
tree1df4070e69ac80bb66b2c6d57942926d7914c245 /MediaBrowser.ServerApplication/Native/LnkShortcutHandler.cs
parentd174f641836eea232885a45dec86ab0a9f3c9f4b (diff)
parentcb994c3e7abbc49e661b8704e4bdf31a68e6e694 (diff)
Merge branch 'dev' of https://github.com/MediaBrowser/Emby into dev
Diffstat (limited to 'MediaBrowser.ServerApplication/Native/LnkShortcutHandler.cs')
-rw-r--r--MediaBrowser.ServerApplication/Native/LnkShortcutHandler.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.ServerApplication/Native/LnkShortcutHandler.cs b/MediaBrowser.ServerApplication/Native/LnkShortcutHandler.cs
index 67d2e83f0..dc1e3c79b 100644
--- a/MediaBrowser.ServerApplication/Native/LnkShortcutHandler.cs
+++ b/MediaBrowser.ServerApplication/Native/LnkShortcutHandler.cs
@@ -1,11 +1,8 @@
using System;
-using System.Collections.Generic;
using System.IO;
-using System.Linq;
using System.Runtime.InteropServices;
using System.Security;
using System.Text;
-using System.Threading.Tasks;
using CommonIO;
namespace MediaBrowser.ServerApplication.Native