aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-item.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-item.h')
-rw-r--r--widgets/table/e-table-item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h
index 3f3d2a7d4d..6c4d837310 100644
--- a/widgets/table/e-table-item.h
+++ b/widgets/table/e-table-item.h
@@ -19,7 +19,6 @@ typedef struct {
int x1, y1;
int width, height;
- int top_item;
int cols, rows;
/*
@@ -36,6 +35,7 @@ typedef struct {
unsigned int draw_grid:1;
unsigned int draw_focus:1;
+ unsigned int mode_spreadsheet:1;
int focused_col, focused_row;