Cleaned up uipriv*.h.

This commit is contained in:
Pietro Gagliardi 2015-05-01 10:14:11 -04:00
parent 122b1b0d2c
commit 5ad2bfd6f0
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

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