Luke 7 лет назад
Родитель
Сommit
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();
             throw new NotImplementedException();
         }
         }
 
 
-        public override bool SupportsRunningAsService
-        {
-            get
-            {
-                return false;
-            }
-        }
-
         public override bool SupportsAutoRunAtStartup
         public override bool SupportsAutoRunAtStartup
         {
         {
             get { return false; }
             get { return false; }
         }
         }
-
-        public override bool IsRunningAsService
-        {
-            get
-            {
-                return false;
-            }
-        }
     }
     }
 }
 }