Skip to content
This repository was archived by the owner on Nov 25, 2023. It is now read-only.

Commit a4f1b27

Browse files
committed
Remove unused parameter in method signature
1 parent 6a801a6 commit a4f1b27

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/InvvardDev.EZLayoutDisplay.Desktop/Service/Interface/ILayoutService.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ public interface ILayoutService
2626
/// Transforms an <see cref="ErgodoxLayout"/> into a <see cref="EZLayout"/>.
2727
/// </summary>
2828
/// <param name="ergodoxLayout">The <see cref="ErgodoxLayout"/> to be transformed.</param>
29-
/// <param name="layoutRevisionId">The layout revision identifier.</param>
3029
/// <returns>The <see cref="EZLayout"/> transformed into.</returns>
31-
EZLayout PrepareEZLayout(ErgodoxLayout ergodoxLayout, string layoutRevisionId);
30+
EZLayout PrepareEZLayout(ErgodoxLayout ergodoxLayout);
3231

3332
/// <summary>
3433
/// Gets the list of <see cref="KeyTemplate"/> from the local repository.

0 commit comments

Comments
 (0)