aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-tooltip.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-tooltip.h')
-rw-r--r--widgets/table/e-table-tooltip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/table/e-table-tooltip.h b/widgets/table/e-table-tooltip.h
index e9c8921933..617a0e3b55 100644
--- a/widgets/table/e-table-tooltip.h
+++ b/widgets/table/e-table-tooltip.h
@@ -7,13 +7,11 @@
BEGIN_GNOME_DECLS
typedef struct {
- GtkWidget *window;
gint timer;
int col, row;
int row_height;
int x, y;
int cx, cy;
- int visibility_count;
GnomeCanvasItem *eti;
} ETableTooltip;