Remove MSWGetFocusHwnd() helper

It doesn't seem worth having it when it's only used in a couple of
places in a single file, unlike GetHwnd() which is used in dozens of
places across entire wxMSW.
This commit is contained in:
Vadim Zeitlin
2019-10-31 23:56:55 +01:00
parent bfde3d3e08
commit 96da0060ca
2 changed files with 2 additions and 3 deletions

View File

@@ -838,7 +838,6 @@ private:
// ---------------------------------------------------------------------------
#define GetHwnd() ((HWND)GetHWND())
#define MSWGetFocusHwnd() ((HWND)MSWGetFocusHWND())
#define GetHwndOf(win) ((HWND)((win)->GetHWND()))
// old name
#define GetWinHwnd GetHwndOf