aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-09-01 09:20:32 -0600
committercrobibero <cody@robibe.ro>2020-09-01 09:20:32 -0600
commit471e7600572356b51c6e1b49f97410c5e4363a2e (patch)
treee867ddff5d3c8a02de45b0b9b4553c7e7d3da0b9
parenteb400f72928c9a87362c7d763be4627a7f9cd5cb (diff)
remove unused declaration
-rw-r--r--MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs1
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;