Stale TODO removal.
This commit is contained in:
parent
db05b745f5
commit
57fb38a507
|
@ -1 +0,0 @@
|
||||||
- change the uiDarwinControlResizeParent() stuff to force a resize of the entire top-level window and do that on a change
|
|
|
@ -63,6 +63,3 @@ extern NSSize fittingAlignmentSize(NSView *);
|
||||||
extern NSMapTable *newMap(void);
|
extern NSMapTable *newMap(void);
|
||||||
extern void *mapGet(NSMapTable *map, id key);
|
extern void *mapGet(NSMapTable *map, id key);
|
||||||
extern void mapSet(NSMapTable *map, id key, void *value);
|
extern void mapSet(NSMapTable *map, id key, void *value);
|
||||||
|
|
||||||
// TODO
|
|
||||||
#define PUT_CODE_HERE 0
|
|
||||||
|
|
Loading…
Reference in New Issue