浏览代码

comment removed

Benedikt Schroeder 7 年之前
父节点
当前提交
f2e01704b2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Avalonia.Controls/GridLength.cs

+ 0 - 1
src/Avalonia.Controls/GridLength.cs

@@ -206,7 +206,6 @@ namespace Avalonia.Controls
         /// Parses a string to return a collection of <see cref="GridLength"/>s.
         /// </summary>
         /// <param name="s">The string.</param>
-        /// <param name="culture">The current culture.</param>
         /// <returns>The <see cref="GridLength"/>.</returns>
         public static IEnumerable<GridLength> ParseLengths(string s)
         {