mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unused function
This commit is contained in:
parent
c039b17d93
commit
81bacdb9a7
1 changed files with 0 additions and 3 deletions
|
|
@ -63,8 +63,5 @@ namespace Flow.Launcher.Helper
|
|||
|
||||
[DllImport("user32.dll")]
|
||||
private static extern IntPtr GetForegroundWindow();
|
||||
|
||||
[DllImport("user32.dll")]
|
||||
static extern int GetWindowText(IntPtr hWnd, StringBuilder text, int count);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue