소스 검색

update macapphost

Luke 7 년 전
부모
커밋
e35d9be8ad
1개의 변경된 파일0개의 추가작업 그리고 16개의 파일을 삭제
  1. 0 16
      MediaBrowser.Server.Mac/MacAppHost.cs

+ 0 - 16
MediaBrowser.Server.Mac/MacAppHost.cs

@@ -90,25 +90,9 @@ namespace MediaBrowser.Server.Mac
             throw new NotImplementedException();
         }
 
-        public override bool SupportsRunningAsService
-        {
-            get
-            {
-                return false;
-            }
-        }
-
         public override bool SupportsAutoRunAtStartup
         {
             get { return false; }
         }
-
-        public override bool IsRunningAsService
-        {
-            get
-            {
-                return false;
-            }
-        }
     }
 }