From 37bc89fe52c8c6c4c56c4da69126f2d50101e194 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 10 Jun 2014 11:33:53 -0400 Subject: More go fmt. --- prefsize_unix.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'prefsize_unix.go') 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. -- cgit v1.2.3