Skip to content

Commit 0afed25

Browse files
committed
Remove unused variable
1 parent 85893b2 commit 0afed25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PSMenu/Public/Show-Menu.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ function Show-Menu {
105105
$Position = Get-WrappedPosition $MenuItems -Position 0 -PositionOffset 1
106106

107107
$CurrentSelection = $InitialSelection
108-
$CursorPosition = [System.Console]::CursorTop
109108

110109
try {
111110
[System.Console]::CursorVisible = $False # Prevents cursor flickering

0 commit comments

Comments
 (0)