소스 검색

remove unused declaration

crobibero 4 년 전
부모
커밋
471e760057
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs

+ 0 - 1
MediaBrowser.Common/Json/Converters/JsonNullableInt64Converter.cs

@@ -1,5 +1,4 @@
 using System;
-using System.ComponentModel;
 using System.Text.Json;
 using System.Text.Json.Serialization;