aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/e-table-simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/e-table/e-table-simple.c')
-rw-r--r--widgets/e-table/e-table-simple.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/widgets/e-table/e-table-simple.c b/widgets/e-table/e-table-simple.c
index 7e0135b21e..e823e8d550 100644
--- a/widgets/e-table/e-table-simple.c
+++ b/widgets/e-table/e-table-simple.c
@@ -112,14 +112,6 @@ simple_value_is_empty (ETableModel *etm, int col, const void *value)
}
static void
-simple_thaw (ETableModel *etm)
-{
- ETableSimple *simple = E_TABLE_SIMPLE(etm);
-
- simple->thaw (etm, simple->data);
-}
-
-static void
e_table_simple_class_init (GtkObjectClass *object_class)
{
ETableModelClass *model_class = (ETableModelClass *) object_class;
@@ -133,7 +125,6 @@ e_table_simple_class_init (GtkObjectClass *object_class)
model_class->free_value = simple_free_value;
model_class->initialize_value = simple_initialize_value;
model_class->value_is_empty = simple_value_is_empty;
- model_class->thaw = simple_thaw;
}
GtkType
@@ -169,7 +160,6 @@ e_table_simple_new (ETableSimpleColumnCountFn col_count,
ETableSimpleFreeValueFn free_value,
ETableSimpleInitializeValueFn initialize_value,
ETableSimpleValueIsEmptyFn value_is_empty,
- ETableSimpleThawFn thaw,
void *data)
{
ETableSimple *et;
@@ -185,7 +175,6 @@ e_table_simple_new (ETableSimpleColumnCountFn col_count,
et->free_value = free_value;
et->initialize_value = initialize_value;
et->value_is_empty = value_is_empty;
- et->thaw = thaw;
et->data = data;
return (ETableModel *) et;
omatic-* ports. Currently I have no enoughbsam2014-02-171-1/+1 * Guess I should take those ports...bsam2013-12-091-1/+1 * - Return ports to the poolak2013-10-241-1/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Please welcome back Chris Petrik as maintainer ofbdrewery2013-03-071-1/+1 * - update to 1.5.4dinoex2012-12-101-1/+1 * Trim the header. The modeline was causing problems for certain configuration...eadler2012-11-141-7/+1 * - drop maintainershipdinoex2012-11-061-1/+1 * - update to 1.5.2dinoex2012-02-141-1/+1 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1 * - update to 1.5.0dinoex2011-10-051-1/+1 * - update to 1.4.8dinoex2011-08-251-1/+1 * - udpate to 1.4.6dinoex2011-01-081-1/+1 * - update to 1.4.5dinoex2010-11-151-1/+1 * - update to 1.4.4dinoex2010-07-271-1/+1 * - bump 1.4.3dinoex2010-04-071-2/+1 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-0/+1 * - update to 1.4.2dinoex2009-11-291-1/+1 * - update to 1.4.1dinoex2009-11-291-2/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * - update to 1.3.10dinoex2009-05-051-1/+1 * - Update to 1.3.9dinoex2008-10-151-1/+1 * - upate to 1.3.8dinoex2008-09-071-2/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * - update to 1.3.7dinoex2008-04-021-1/+1 * - update to 1.3.6dinoex2008-02-281-1/+1 * - update to 1.3.5dinoex2007-12-231-1/+1 * - fix packagedinoex2007-12-121-1/+2 * - update to 1.3.3dinoex2007-09-301-1/+1 * - update to 1.3.0dinoex2007-09-281-1/+1 * - update to 1.2.12dinoex2007-08-141-2/+1 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - update to 1.2.10dinoex2007-03-251-1/+1