summaryrefslogtreecommitdiff
path: root/prefsize_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'prefsize_unix.go')
-rw-r--r--prefsize_unix.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/prefsize_unix.go b/prefsize_unix.go
index 7ec2e86..7aecdab 100644
--- a/prefsize_unix.go
+++ b/prefsize_unix.go
@@ -4,10 +4,6 @@
package ui
-import (
- // ...
-)
-
// GTK+ 3 makes this easy: controls can tell us what their preferred size is!
// ...actually, it tells us two things: the "minimum size" and the "natural size".
// The "minimum size" is the smallest size we /can/ display /anything/. The "natural size" is the smallest size we would /prefer/ to display.