mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
remove regions
This commit is contained in:
@@ -5,14 +5,8 @@ namespace Rssdp
|
||||
/// </summary>
|
||||
public class SsdpEmbeddedDevice : SsdpDevice
|
||||
{
|
||||
|
||||
#region Fields
|
||||
private SsdpRootDevice _RootDevice;
|
||||
|
||||
#endregion
|
||||
|
||||
#region Constructors
|
||||
|
||||
/// <summary>
|
||||
/// Default constructor.
|
||||
/// </summary>
|
||||
@@ -20,10 +14,6 @@ namespace Rssdp
|
||||
{
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region Public Properties
|
||||
|
||||
/// <summary>
|
||||
/// Returns the <see cref="SsdpRootDevice"/> that is this device's first ancestor. If this device is itself an <see cref="SsdpRootDevice"/>, then returns a reference to itself.
|
||||
/// </summary>
|
||||
@@ -46,7 +36,5 @@ namespace Rssdp
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user