aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-selection-model.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-20 02:44:39 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-20 02:57:32 +0800
commita6794091283aef8928130e70a8becf6c15afa77d (patch)
tree3e7121dbd72e311b5d7afa882926f0ee7fbb53a6 /e-util/e-selection-model.h
parent4b41929f49d24edfe9c11995cee22df8edf3f553 (diff)
downloadgsoc2013-evolution-a6794091283aef8928130e70a8becf6c15afa77d.tar
gsoc2013-evolution-a6794091283aef8928130e70a8becf6c15afa77d.tar.gz
gsoc2013-evolution-a6794091283aef8928130e70a8becf6c15afa77d.tar.bz2
gsoc2013-evolution-a6794091283aef8928130e70a8becf6c15afa77d.tar.lz
gsoc2013-evolution-a6794091283aef8928130e70a8becf6c15afa77d.tar.xz
gsoc2013-evolution-a6794091283aef8928130e70a8becf6c15afa77d.tar.zst
gsoc2013-evolution-a6794091283aef8928130e70a8becf6c15afa77d.zip
Remove unused e_selection_model_invert_selection().
Diffstat (limited to 'e-util/e-selection-model.h')
-rw-r--r--e-util/e-selection-model.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/e-util/e-selection-model.h b/e-util/e-selection-model.h
index ccfd25b8d8..c638b4fb2f 100644
--- a/e-util/e-selection-model.h
+++ b/e-util/e-selection-model.h
@@ -86,7 +86,6 @@ struct _ESelectionModelClass {
void (*clear) (ESelectionModel *model);
gint (*selected_count) (ESelectionModel *model);
void (*select_all) (ESelectionModel *model);
- void (*invert_selection) (ESelectionModel *model);
gint (*row_count) (ESelectionModel *model);
/* Protected virtual methods. */
@@ -156,8 +155,6 @@ void e_selection_model_clear (ESelectionModel *model);
gint e_selection_model_selected_count
(ESelectionModel *model);
void e_selection_model_select_all (ESelectionModel *model);
-void e_selection_model_invert_selection
- (ESelectionModel *model);
gint e_selection_model_row_count (ESelectionModel *model);
/* Private virtual Functions */