aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/e-cell-text.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/e-table/e-cell-text.h')
-rw-r--r--widgets/e-table/e-cell-text.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/widgets/e-table/e-cell-text.h b/widgets/e-table/e-cell-text.h
index 80afdf46ac..7e42a1d276 100644
--- a/widgets/e-table/e-cell-text.h
+++ b/widgets/e-table/e-cell-text.h
@@ -48,7 +48,6 @@ typedef struct {
char *ellipsis; /* The ellipsis characters. NULL = "...". */
guint use_ellipsis : 1; /* Whether to use the ellipsis. */
- guint editable : 1; /* Item is editable */
} ECellText;
typedef struct {
@@ -56,7 +55,7 @@ typedef struct {
} ECellTextClass;
GtkType e_cell_text_get_type (void);
-ECell *e_cell_text_new (ETableModel *model, const char *fontname, GtkJustification justify, gboolean editable);
+ECell *e_cell_text_new (ETableModel *model, const char *fontname, GtkJustification justify);
#endif /* _E_CELL_TEXT_H_ */