aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/IO/NativeFileSystem.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.ServerApplication/IO/NativeFileSystem.cs')
-rw-r--r--MediaBrowser.ServerApplication/IO/NativeFileSystem.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/IO/NativeFileSystem.cs b/MediaBrowser.ServerApplication/IO/NativeFileSystem.cs
index 5320c5250..e6a976233 100644
--- a/MediaBrowser.ServerApplication/IO/NativeFileSystem.cs
+++ b/MediaBrowser.ServerApplication/IO/NativeFileSystem.cs
@@ -42,7 +42,6 @@ namespace MediaBrowser.ServerApplication.IO
{
var link = new ShellLink();
((IPersistFile)link).Load(filename, NativeMethods.STGM_READ);
- // TODO: if I can get hold of the hwnd call resolve first. This handles moved and renamed files.
// ((IShellLinkW)link).Resolve(hwnd, 0)
var sb = new StringBuilder(NativeMethods.MAX_PATH);
WIN32_FIND_DATA data;