Removed leftover TODO about left-justifying labels in GTK+.

This commit is contained in:
Pietro Gagliardi 2014-06-02 15:24:01 -04:00
parent 9903fd624c
commit 15c10b63de
1 changed files with 0 additions and 1 deletions

View File

@ -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) {