summaryrefslogtreecommitdiff
path: root/redo/sizing.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-26 11:21:21 -0400
committerPietro Gagliardi <[email protected]>2014-07-26 11:21:21 -0400
commit22989c13da1ece51a815046ee68ff57c36bbeaeb (patch)
treeb4cdae288b5f94d62aca2bebd39c7ec6118f4344 /redo/sizing.go
parentb5d8b4f3de3a65b7debd3ddb6da2c28823044a00 (diff)
Removed sizing.endResize(); it's not really used at this point.
Diffstat (limited to 'redo/sizing.go')
-rw-r--r--redo/sizing.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/redo/sizing.go b/redo/sizing.go
index 97cf4e8..3c71feb 100644
--- a/redo/sizing.go
+++ b/redo/sizing.go
@@ -45,7 +45,6 @@ func (c *container) resize(width, height int) {
return
}
c.d = c.beginResize()
- defer c.endResize(c.d)
}
d := c.d
allocations := c.child.allocate(0, 0, width, height, d)