Stray TODO resolution removal.

This commit is contained in:
Pietro Gagliardi 2015-08-17 15:20:46 -04:00
parent 6544e76d5f
commit ab9432cc7e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
struct uiLabel { struct uiLabel {
uiDarwinControl c; uiDarwinControl c;
NSTextField *textfield; // TODO rename to label? NSTextField *textfield;
}; };
uiDarwinDefineControl( uiDarwinDefineControl(