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