summaryrefslogtreecommitdiff
path: root/toolkit/widget.go
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/widget.go')
-rw-r--r--toolkit/widget.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/widget.go b/toolkit/widget.go
index 51fe8b5..d4542bc 100644
--- a/toolkit/widget.go
+++ b/toolkit/widget.go
@@ -38,12 +38,6 @@ type Action struct {
X int
Y int
- // This GUI is intended for simple things
- // Is having an option like 640x480 really a good idea?
- // TODO: remove Width & Height measured in pixels?
-// Width int
-// Height int
-
// Put space around elements to improve look & feel
Margin bool