aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-05-22 21:49:46 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-05-22 21:49:46 +0800
commit1896d2aef5ceaa1cbfc0131b42dee2b443b11828 (patch)
tree21b82853ac3e12cc6f02b3aff6dc643cdf62d3bc /widgets/table
parent8e3af3094e48e026cf52c584da50e8b600c4a216 (diff)
downloadgsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar
gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar.gz
gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar.bz2
gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar.lz
gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar.xz
gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.tar.zst
gsoc2013-evolution-1896d2aef5ceaa1cbfc0131b42dee2b443b11828.zip
Fix compiler warnings.
Diffstat (limited to 'widgets/table')
-rw-r--r--widgets/table/e-cell-text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/table/e-cell-text.c b/widgets/table/e-cell-text.c
index 06dde0eb01..077357c5d6 100644
--- a/widgets/table/e-cell-text.c
+++ b/widgets/table/e-cell-text.c
@@ -1439,7 +1439,6 @@ ect_print_height (ECellView *ecell_view, GtkPrintContext *context,
PangoFontDescription *font_des;
PangoLayout *layout;
ECellText *ect = E_CELL_TEXT(ecell_view->ecell);
- ECellTextView *ectView = (ECellTextView *)ecell_view;
gchar *string;
gdouble text_width = 0.0, text_height = 0.0;
gint lines=1;