瀏覽代碼

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 />
         /// <inheritdoc />
         public void Create(ActivityLogEntry entry)
         public void Create(ActivityLogEntry entry)
         {
         {