summaryrefslogtreecommitdiff
path: root/newctrl/container.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-16 19:35:50 -0400
committerPietro Gagliardi <[email protected]>2014-10-16 19:35:50 -0400
commitd6ae3afeb4b5e9550f6c6b088ba30265d2a9c1a9 (patch)
tree52164cbaa68db6f8649f21bf5eba53d8847660a8 /newctrl/container.go
parent7ea98fce723f7cc2710317f4b09cfb812a2a38bc (diff)
Added margined to Group and reworked the test. Now for spacing.
Diffstat (limited to 'newctrl/container.go')
-rw-r--r--newctrl/container.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/newctrl/container.go b/newctrl/container.go
index ea7449f..27674d0 100644
--- a/newctrl/container.go
+++ b/newctrl/container.go
@@ -9,9 +9,6 @@ type sizingbase struct {
// The container type, which is defined per-platform, is an internal Control that is only used to house other Controls from the underlying UI toolkit's point of view
-// set to true to apply spacing to all windows
-var spaced bool = false
-
/* TODO
func (c *container) resize(x, y, width, height int) {
if c.child == nil { // no children; nothing to do