diff options
| author | Bond-009 <bond.009@outlook.com> | 2023-10-04 15:02:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-04 15:02:21 +0200 |
| commit | c124d025015ff03f474fc506855d2051e22db23f (patch) | |
| tree | eab02d0c1eb0e89e1c96ea89dc684df02d954b08 /MediaBrowser.Model/IO/IFileSystem.cs | |
| parent | 487d79f8acd5449c8c01d68b0df2caeb979213cc (diff) | |
| parent | 12b51cf2ba537a6f56882277dc856ab39ace94a0 (diff) | |
Merge pull request #10331 from barronpm/minor-cleanup
Diffstat (limited to 'MediaBrowser.Model/IO/IFileSystem.cs')
| -rw-r--r-- | MediaBrowser.Model/IO/IFileSystem.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Model/IO/IFileSystem.cs b/MediaBrowser.Model/IO/IFileSystem.cs index 5bdda2b24..ec381d423 100644 --- a/MediaBrowser.Model/IO/IFileSystem.cs +++ b/MediaBrowser.Model/IO/IFileSystem.cs @@ -10,8 +10,6 @@ namespace MediaBrowser.Model.IO /// </summary> public interface IFileSystem { - void AddShortcutHandler(IShortcutHandler handler); - /// <summary> /// Determines whether the specified filename is shortcut. /// </summary> |
