Remove unused function

This commit is contained in:
stefnotch 2022-07-16 11:20:36 +02:00
parent c039b17d93
commit 81bacdb9a7

View file

@ -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);
}
}