Stray TODO resolution removal.
This commit is contained in:
parent
6544e76d5f
commit
ab9432cc7e
|
@ -3,7 +3,7 @@
|
|||
|
||||
struct uiLabel {
|
||||
uiDarwinControl c;
|
||||
NSTextField *textfield; // TODO rename to label?
|
||||
NSTextField *textfield;
|
||||
};
|
||||
|
||||
uiDarwinDefineControl(
|
||||
|
|
Loading…
Reference in New Issue