aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-field-chooser.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-field-chooser.c')
-rw-r--r--widgets/table/e-table-field-chooser.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/widgets/table/e-table-field-chooser.c b/widgets/table/e-table-field-chooser.c
index fe6eb3c46c..b3554f86cf 100644
--- a/widgets/table/e-table-field-chooser.c
+++ b/widgets/table/e-table-field-chooser.c
@@ -55,16 +55,14 @@ E_MAKE_TYPE (e_table_field_chooser,
ETableFieldChooser,
e_table_field_chooser_class_init,
e_table_field_chooser_init,
- PARENT_TYPE);
+ PARENT_TYPE)
static void
e_table_field_chooser_class_init (ETableFieldChooserClass *klass)
{
GObjectClass *object_class;
- GtkVBoxClass *vbox_class;
object_class = (GObjectClass*) klass;
- vbox_class = (GtkVBoxClass *) klass;
glade_init();