Skip to content

Commit 81bacdb

Browse files
committed
Remove unused function
1 parent c039b17 commit 81bacdb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Flow.Launcher/Helper/FileExplorerHelper.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,5 @@ private static SHDocVw.InternetExplorer GetActiveExplorer()
6363

6464
[DllImport("user32.dll")]
6565
private static extern IntPtr GetForegroundWindow();
66-
67-
[DllImport("user32.dll")]
68-
static extern int GetWindowText(IntPtr hWnd, StringBuilder text, int count);
6966
}
7067
}

0 commit comments

Comments
 (0)