Browse Source

comment removed

Benedikt Schroeder 7 years ago
parent
commit
f2e01704b2
1 changed files with 0 additions and 1 deletions
  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.
         /// Parses a string to return a collection of <see cref="GridLength"/>s.
         /// </summary>
         /// </summary>
         /// <param name="s">The string.</param>
         /// <param name="s">The string.</param>
-        /// <param name="culture">The current culture.</param>
         /// <returns>The <see cref="GridLength"/>.</returns>
         /// <returns>The <see cref="GridLength"/>.</returns>
         public static IEnumerable<GridLength> ParseLengths(string s)
         public static IEnumerable<GridLength> ParseLengths(string s)
         {
         {