Remove index from box_add.

This commit is contained in:
Dave Davenport
2017-06-02 16:53:39 +02:00
parent 1d622aa59c
commit 4bd9828aa7
6 changed files with 31 additions and 44 deletions

View File

@@ -58,8 +58,6 @@ struct _widget
gboolean enabled;
/** Expand the widget when packed */
gboolean expand;
/*** The packing index */
int index;
/** Place widget at end of parent */
gboolean end;
/** Parent widget */