diff --git a/unix/uipriv_unix.h b/unix/uipriv_unix.h index 4c746eba..99577e42 100644 --- a/unix/uipriv_unix.h +++ b/unix/uipriv_unix.h @@ -8,8 +8,6 @@ #include "../ui_unix.h" #include "../uipriv.h" -// TODO clean up all of these uipriv files - #define gtkXMargin 12 #define gtkYMargin 12 diff --git a/windows/uipriv_windows.h b/windows/uipriv_windows.h index b610571d..3429379e 100644 --- a/windows/uipriv_windows.h +++ b/windows/uipriv_windows.h @@ -38,9 +38,6 @@ enum { msgCanDestroyNow, }; -#define HWND(c) ((HWND) uiControlHandle(uiControl(c))) -#define uiOSContainerHWND(p) ((HWND) uiOSContainerHandle(p)) - // debug.c extern HRESULT logLastError(const char *); extern HRESULT logHRESULT(const char *, HRESULT);