Removed PUT_CODE_HERE from uipriv_unix.h; we've implemented everything.
This commit is contained in:
parent
8a0f914026
commit
582677a7f1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue