diff options
Diffstat (limited to 'widgets/misc/e-reflow.c')
-rw-r--r-- | widgets/misc/e-reflow.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/widgets/misc/e-reflow.c b/widgets/misc/e-reflow.c index c20edfc5e4..63e92dbe2b 100644 --- a/widgets/misc/e-reflow.c +++ b/widgets/misc/e-reflow.c @@ -229,7 +229,6 @@ cursor_changed (ESelectionModel *selection, gint row, gint col, EReflow *reflow) } - static void incarnate (EReflow *reflow) { @@ -699,7 +698,6 @@ column_width_changed (EReflow *reflow) g_signal_emit (reflow, signals[COLUMN_WIDTH_CHANGED], 0, reflow->column_width); } - /* Virtual functions */ @@ -1425,7 +1423,6 @@ e_reflow_class_init (EReflowClass *klass) 0.0, G_MAXDOUBLE, 0.0, G_PARAM_READABLE)); - g_object_class_install_property (object_class, PROP_HEIGHT, g_param_spec_double ("height", _( "Height" ), |