Skip to content

Commit

Permalink
Removed useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeyr committed Aug 31, 2023
1 parent 3324074 commit 6f4f1a8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PeyrSharp.UiHelpers/WindowHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ public static List<WindowInfo> GetWindows()
return windowList;
}

// ... (rest of the code)

private static bool IsWindowVisible(IntPtr hWnd)
{
return IsWindowVisibleCore(hWnd) && !IsIconic(hWnd);
Expand Down

0 comments on commit 6f4f1a8

Please sign in to comment.