diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-01 16:01:49 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-01 16:01:49 -0400 |
| commit | 14770e890aba8fb40b97a05fa27c25906555df95 (patch) | |
| tree | 937c633c0aef8da21285413638843f4f8c12a42a /listbox_unix.go | |
| parent | 854ec2d17c6c680f5add025aa5326dfdcc4670d2 (diff) | |
Moved <stdlib.h> includes in the GTK+ backend to gtk_unix.h; organized that file a bit.
Diffstat (limited to 'listbox_unix.go')
| -rw-r--r-- | listbox_unix.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/listbox_unix.go b/listbox_unix.go index fd9995e..02c4aed 100644 --- a/listbox_unix.go +++ b/listbox_unix.go @@ -29,7 +29,6 @@ and the GTK+ reference documentation. */ // #cgo pkg-config: gtk+-3.0 -// #include <stdlib.h> // #include "gtk_unix.h" // /* because cgo seems to choke on ... */ // void gtkTreeModelGet(GtkTreeModel *model, GtkTreeIter *iter, gchar **gs) |
