Stale TODO removal.
This commit is contained in:
parent
3d9d782db3
commit
ba97455ab3
|
@ -150,7 +150,6 @@ struct uiBox {
|
|||
return uiDarwinPaddingAmount(NULL);
|
||||
}
|
||||
|
||||
// TODO something about spinbox hugging
|
||||
- (void)establishOurConstraints
|
||||
{
|
||||
boxChild *bc;
|
||||
|
@ -294,7 +293,6 @@ struct uiBox {
|
|||
boxChild *bc;
|
||||
int stretchy;
|
||||
|
||||
// TODO separate into a method?
|
||||
bc = (boxChild *) [self->children objectAtIndex:n];
|
||||
stretchy = bc.stretchy;
|
||||
|
||||
|
@ -328,7 +326,6 @@ struct uiBox {
|
|||
padding = [self paddingAmount];
|
||||
for (c in self->inBetweens)
|
||||
[c setConstant:-padding];
|
||||
// TODO call anything?
|
||||
}
|
||||
|
||||
- (BOOL)hugsTrailing
|
||||
|
|
Loading…
Reference in New Issue