aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-01-14 11:16:08 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-01-15 00:34:28 +0800
commit999074a9c6d6844c9786dfb1b141509762c7df99 (patch)
tree22c04abc2da54ae1f0daf505e4562d31c34ff38a /widgets/table/e-cell.h
parentfc467ec898ca8092c16d45e3d44618711cd76107 (diff)
downloadgsoc2013-evolution-999074a9c6d6844c9786dfb1b141509762c7df99.tar
gsoc2013-evolution-999074a9c6d6844c9786dfb1b141509762c7df99.tar.gz
gsoc2013-evolution-999074a9c6d6844c9786dfb1b141509762c7df99.tar.bz2
gsoc2013-evolution-999074a9c6d6844c9786dfb1b141509762c7df99.tar.lz
gsoc2013-evolution-999074a9c6d6844c9786dfb1b141509762c7df99.tar.xz
gsoc2013-evolution-999074a9c6d6844c9786dfb1b141509762c7df99.tar.zst
gsoc2013-evolution-999074a9c6d6844c9786dfb1b141509762c7df99.zip
Remove unused ECell::show_tooltip method.
Diffstat (limited to 'widgets/table/e-cell.h')
-rw-r--r--widgets/table/e-cell.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/widgets/table/e-cell.h b/widgets/table/e-cell.h
index 79adb5c5b4..276bc1999c 100644
--- a/widgets/table/e-cell.h
+++ b/widgets/table/e-cell.h
@@ -114,7 +114,6 @@ typedef struct {
gint model_col, gint view_col, gint row, gdouble width);
gint (*max_width) (ECellView *ecell_view, gint model_col, gint view_col);
gint (*max_width_by_row) (ECellView *ecell_view, gint model_col, gint view_col, gint row);
- void (*show_tooltip) (ECellView *ecell_view, gint model_col, gint view_col, gint row, gint col_width, ETableTooltip *tooltip);
gchar *(*get_bg_color) (ECellView *ecell_view, gint row);
void (*style_set) (ECellView *ecell_view, GtkStyle *previous_style);
@@ -169,12 +168,6 @@ gint e_cell_max_width_by_row (ECellView *ecell_view,
gint view_col,
gint row);
gboolean e_cell_max_width_by_row_implemented (ECellView *ecell_view);
-void e_cell_show_tooltip (ECellView *ecell_view,
- gint model_col,
- gint view_col,
- gint row,
- gint col_width,
- ETableTooltip *tooltip);
gchar *e_cell_get_bg_color (ECellView *ecell_view,
gint row);
void e_cell_style_set (ECellView *ecell_view,