diff options
| author | crobibero <cody@robibe.ro> | 2020-09-01 09:20:32 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-09-01 09:20:32 -0600 |
| commit | 471e7600572356b51c6e1b49f97410c5e4363a2e (patch) | |
| tree | e867ddff5d3c8a02de45b0b9b4553c7e7d3da0b9 /MediaBrowser.Common/Json | |
| parent | eb400f72928c9a87362c7d763be4627a7f9cd5cb (diff) | |
remove unused declaration
Diffstat (limited to 'MediaBrowser.Common/Json')
| -rw-r--r-- | MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs b/MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs index 1745a0b09..38e1f8e2f 100644 --- a/MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs +++ b/MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs @@ -1,5 +1,4 @@ using System; -using System.ComponentModel; using System.Text.Json; using System.Text.Json.Serialization; |
