Removed PUT_CODE_HERE from uipriv_unix.h; we've implemented everything.

This commit is contained in:
Pietro Gagliardi 2015-07-02 11:31:37 -04:00
parent 8a0f914026
commit 582677a7f1
1 changed files with 0 additions and 3 deletions

View File

@ -27,6 +27,3 @@ extern uiControl *newBin(void);
extern void binSetChild(uiControl *, uiControl *);
extern int binMargined(uiControl *);
extern void binSetMargined(uiControl *, int);
// TODO
#define PUT_CODE_HERE 0