diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-04-17 14:51:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-17 14:51:33 +0200 |
| commit | 990e4e8e58e2d15f9bbd010e06915a40c9180235 (patch) | |
| tree | d97694ca31bf52da2fc261259693e8b1c090fcc4 /Emby.Dlna/ContentDirectory/ControlHandler.cs | |
| parent | b63f615fd4f92f40394d04c9ae764b35aadc000d (diff) | |
| parent | bc1cc2d04ae0e823becf59964e5bdc5a74ae7741 (diff) | |
Merge pull request #5843 from BaronGreenback/Cleanup4
Code Clean up: Remove unused using directives
Diffstat (limited to 'Emby.Dlna/ContentDirectory/ControlHandler.cs')
| -rw-r--r-- | Emby.Dlna/ContentDirectory/ControlHandler.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Emby.Dlna/ContentDirectory/ControlHandler.cs b/Emby.Dlna/ContentDirectory/ControlHandler.cs index 713f950990..90ba601b4a 100644 --- a/Emby.Dlna/ContentDirectory/ControlHandler.cs +++ b/Emby.Dlna/ContentDirectory/ControlHandler.cs @@ -1,5 +1,4 @@ using System; -using System.Collections; using System.Collections.Generic; using System.Globalization; using System.IO; @@ -7,7 +6,6 @@ using System.Linq; using System.Text; using System.Threading; using System.Xml; -using Emby.Dlna.Configuration; using Emby.Dlna.Didl; using Emby.Dlna.Service; using Jellyfin.Data.Entities; |
