summaryrefslogtreecommitdiff
path: root/gtkcalls_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'gtkcalls_unix.go')
-rw-r--r--gtkcalls_unix.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtkcalls_unix.go b/gtkcalls_unix.go
index 174e943..5b5b90b 100644
--- a/gtkcalls_unix.go
+++ b/gtkcalls_unix.go
@@ -224,7 +224,6 @@ func gtk_label_new() *C.GtkWidget {
// thanks to mclasen in irc.gimp.net/#gtk+
C.gtk_misc_set_alignment((*C.GtkMisc)(unsafe.Pointer(label)), 0, 0)
return label
- // TODO left-justify?
}
func gtk_label_set_text(widget *C.GtkWidget, text string) {