소스 검색

Remove unneccessary string

Joshua Boniface 6 년 전
부모
커밋
5f7524aca2
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      Emby.Server.Implementations/ServerApplicationPaths.cs

+ 0 - 6
Emby.Server.Implementations/ServerApplicationPaths.cs

@@ -35,12 +35,6 @@ namespace Emby.Server.Implementations
         /// <value>The root folder path.</value>
         public string RootFolderPath => Path.Combine(ProgramDataPath, "root");
 
-/*        /// <summary>
-        /// Gets the path to the Web resources
-        /// </summary>
-        /// <value>The web folder path.</value>
-        public string WebPath => WebPath; */
-
         /// <summary>
         /// Gets the path to the default user view directory.  Used if no specific user view is defined.
         /// </summary>