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

Commit 6a801a6

Browse files
committed
Remove unused parameter
1 parent 8c65de7 commit 6a801a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InvvardDev.EZLayoutDisplay.Desktop/Helper/EZLayoutMaker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public EZLayoutMaker()
2222
_keyDefinitionDictionary = new KeyDefinitionDictionary();
2323
}
2424

25-
public EZLayout PrepareEZLayout(ErgodoxLayout ergodoxLayout, string layoutRevisionIds)
25+
public EZLayout PrepareEZLayout(ErgodoxLayout ergodoxLayout)
2626
{
2727
Logger.TraceMethod();
2828
Logger.DebugInputParam(nameof(ergodoxLayout), ergodoxLayout);

0 commit comments

Comments
 (0)