diff --git a/redo/reredo/TODOs b/redo/reredo/TODOs deleted file mode 100644 index c1299873..00000000 --- a/redo/reredo/TODOs +++ /dev/null @@ -1 +0,0 @@ -- change the uiDarwinControlResizeParent() stuff to force a resize of the entire top-level window and do that on a change diff --git a/redo/reredo/darwin/uipriv_darwin.h b/redo/reredo/darwin/uipriv_darwin.h index a974fe6c..2af6aa7a 100644 --- a/redo/reredo/darwin/uipriv_darwin.h +++ b/redo/reredo/darwin/uipriv_darwin.h @@ -63,6 +63,3 @@ extern NSSize fittingAlignmentSize(NSView *); extern NSMapTable *newMap(void); extern void *mapGet(NSMapTable *map, id key); extern void mapSet(NSMapTable *map, id key, void *value); - -// TODO -#define PUT_CODE_HERE 0