From 57fb38a50712d254ee35b24ce505c3a1428de3e9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 22 Aug 2015 14:16:58 -0400 Subject: [PATCH] Stale TODO removal. --- redo/reredo/TODOs | 1 - redo/reredo/darwin/uipriv_darwin.h | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 redo/reredo/TODOs 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