소스 검색

Fixed build

Patrick Barron 5 년 전
부모
커밋
f5f9901544
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      Emby.Server.Implementations/Activity/ActivityRepository.cs

+ 0 - 2
Emby.Server.Implementations/Activity/ActivityRepository.cs

@@ -85,8 +85,6 @@ namespace Emby.Server.Implementations.Activity
             }
         }
 
-        private const string BaseActivitySelectText = "select Id, Name, Overview, ShortOverview, Type, ItemId, UserId, DateCreated, LogSeverity from ActivityLog";
-
         /// <inheritdoc />
         public void Create(ActivityLogEntry entry)
         {