aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-source-selector.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-10-26 00:18:27 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-10-26 00:18:27 +0800
commit13d765e074638ec173a17138474634f274d04a3d (patch)
treeae63441f73363464ce42c43ef64f47cdb239f39d /e-util/e-source-selector.h
parent9009fc58c48a7f415687076577c1598182c18e75 (diff)
downloadgsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.tar
gsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.tar.gz
gsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.tar.bz2
gsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.tar.lz
gsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.tar.xz
gsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.tar.zst
gsoc2013-evolution-13d765e074638ec173a17138474634f274d04a3d.zip
Remove e_source_selector_set_select_new().
Sets a flag that's no longer used internally by ESourceSelector.
Diffstat (limited to 'e-util/e-source-selector.h')
-rw-r--r--e-util/e-source-selector.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-source-selector.h b/e-util/e-source-selector.h
index 29d981510e..6be1a27083 100644
--- a/e-util/e-source-selector.h
+++ b/e-util/e-source-selector.h
@@ -123,9 +123,6 @@ gboolean e_source_selector_source_is_selected
(ESourceSelector *selector,
ESource *source);
GList * e_source_selector_get_selection (ESourceSelector *selector);
-void e_source_selector_set_select_new
- (ESourceSelector *selector,
- gboolean state);
void e_source_selector_edit_primary_selection
(ESourceSelector *selector);
ESource * e_source_selector_ref_primary_selection