aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-01 07:35:22 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-02 22:34:10 +0800
commitf38b9b6fb7a6d7400587d517226803bf3e3aa03b (patch)
tree84922a08e5f0625cdb7a9458168149b24f814062 /e-util/e-table.h
parent27c8788ce83ee646fddebeece57c7aecc04c7d38 (diff)
downloadgsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.tar
gsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.tar.gz
gsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.tar.bz2
gsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.tar.lz
gsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.tar.xz
gsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.tar.zst
gsoc2013-evolution-f38b9b6fb7a6d7400587d517226803bf3e3aa03b.zip
e_table_new_from_spec_file: Remove unused "state_fn" 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 4f147ac130..e8dfbfeeb1 100644
--- a/e-util/e-table.h
+++ b/e-util/e-table.h
@@ -280,12 +280,10 @@ ETable * e_table_construct_from_spec_file
(ETable *e_table,
ETableModel *etm,
ETableExtras *ete,
- const gchar *spec_fn,
- const gchar *state_fn);
+ const gchar *spec_fn);
GtkWidget * e_table_new_from_spec_file (ETableModel *etm,
ETableExtras *ete,
- const gchar *spec_fn,
- const gchar *state_fn);
+ const gchar *spec_fn);
/* To save the state */
gchar * e_table_get_state (ETable *e_table);