aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-01 07:28:39 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:10 +0800
commit27c8788ce83ee646fddebeece57c7aecc04c7d38 (patch)
treea8208019dbf077e8995662f5a5ad6aed71eec80a /e-util/e-table.h
parent30d15fc59cae5a45b0a0b7e2f674e92a1e229d67 (diff)
downloadgsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.tar
gsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.tar.gz
gsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.tar.bz2
gsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.tar.lz
gsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.tar.xz
gsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.tar.zst
gsoc2013-evolution-27c8788ce83ee646fddebeece57c7aecc04c7d38.zip
e_table_new: Remove unused "state_str" parameter.
Diffstat (limited to 'e-util/e-table.h')
-rw-r--r--e-util/e-table.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/e-util/e-table.h b/e-util/e-table.h
index 01e73cc1d6..4f147ac130 100644
--- a/e-util/e-table.h
+++ b/e-util/e-table.h
@@ -270,12 +270,10 @@ GType e_table_get_type (void) G_GNUC_CONST;
ETable * e_table_construct (ETable *e_table,
ETableModel *etm,
ETableExtras *ete,
- const gchar *spec_str,
- const gchar *state_str);
+ const gchar *spec_str);
GtkWidget * e_table_new (ETableModel *etm,
ETableExtras *ete,
- const gchar *spec_str,
- const gchar *state_str);
+ const gchar *spec_str);
/* Create an ETable using files. */
ETable * e_table_construct_from_spec_file