mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
Remove some dead code
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
namespace MediaBrowser.Model.Net
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum NetworkShareType.
|
||||
/// </summary>
|
||||
public enum NetworkShareType
|
||||
{
|
||||
/// <summary>
|
||||
/// Disk share.
|
||||
/// </summary>
|
||||
Disk,
|
||||
|
||||
/// <summary>
|
||||
/// Printer share.
|
||||
/// </summary>
|
||||
Printer,
|
||||
|
||||
/// <summary>
|
||||
/// Device share.
|
||||
/// </summary>
|
||||
Device,
|
||||
|
||||
/// <summary>
|
||||
/// IPC share.
|
||||
/// </summary>
|
||||
Ipc,
|
||||
|
||||
/// <summary>
|
||||
/// Special share.
|
||||
/// </summary>
|
||||
Special
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user