From 582677a7f1f4600c59680923534cfc2150fe257f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 2 Jul 2015 11:31:37 -0400 Subject: [PATCH] Removed PUT_CODE_HERE from uipriv_unix.h; we've implemented everything. --- redo/unix/uipriv_unix.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/redo/unix/uipriv_unix.h b/redo/unix/uipriv_unix.h index 64faf5e2..d4f6a343 100644 --- a/redo/unix/uipriv_unix.h +++ b/redo/unix/uipriv_unix.h @@ -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