More Windows backend cleanup.

This commit is contained in:
Pietro Gagliardi 2015-04-17 11:19:42 -04:00
parent c4499416d9
commit d79acdf876
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ enum {
};
#define HWND(c) ((HWND) uiControlHandle(uiControl(c)))
// TODO get rid of this
#define uiControlHWND(c) HWND(c)
#define uiParentHWND(p) ((HWND) uiParentHandle(p))
// debug_windows.c