Stale TODO removal.

This commit is contained in:
Pietro Gagliardi 2016-05-28 12:40:30 -04:00
parent 3d9d782db3
commit ba97455ab3
1 changed files with 0 additions and 3 deletions

View File

@ -150,7 +150,6 @@ struct uiBox {
return uiDarwinPaddingAmount(NULL); return uiDarwinPaddingAmount(NULL);
} }
// TODO something about spinbox hugging
- (void)establishOurConstraints - (void)establishOurConstraints
{ {
boxChild *bc; boxChild *bc;
@ -294,7 +293,6 @@ struct uiBox {
boxChild *bc; boxChild *bc;
int stretchy; int stretchy;
// TODO separate into a method?
bc = (boxChild *) [self->children objectAtIndex:n]; bc = (boxChild *) [self->children objectAtIndex:n];
stretchy = bc.stretchy; stretchy = bc.stretchy;
@ -328,7 +326,6 @@ struct uiBox {
padding = [self paddingAmount]; padding = [self paddingAmount];
for (c in self->inBetweens) for (c in self->inBetweens)
[c setConstant:-padding]; [c setConstant:-padding];
// TODO call anything?
} }
- (BOOL)hugsTrailing - (BOOL)hugsTrailing