aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/e-mail-shell-view.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-11-02 18:36:42 +0800
committerMilan Crha <mcrha@redhat.com>2012-11-02 18:36:42 +0800
commitd3e3d93e8199793dd54ba86e9bd157778189c787 (patch)
tree926c59f5ef0e6421a401435cdf1d46f0814d6e9d /modules/mail/e-mail-shell-view.h
parentd6b350c751866c391dbf52e7cbeed56eda335329 (diff)
downloadgsoc2013-evolution-d3e3d93e8199793dd54ba86e9bd157778189c787.tar
gsoc2013-evolution-d3e3d93e8199793dd54ba86e9bd157778189c787.tar.gz
gsoc2013-evolution-d3e3d93e8199793dd54ba86e9bd157778189c787.tar.bz2
gsoc2013-evolution-d3e3d93e8199793dd54ba86e9bd157778189c787.tar.lz
gsoc2013-evolution-d3e3d93e8199793dd54ba86e9bd157778189c787.tar.xz
gsoc2013-evolution-d3e3d93e8199793dd54ba86e9bd157778189c787.tar.zst
gsoc2013-evolution-d3e3d93e8199793dd54ba86e9bd157778189c787.zip
Remove unused/forgotten function declarations
Diffstat (limited to 'modules/mail/e-mail-shell-view.h')
-rw-r--r--modules/mail/e-mail-shell-view.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/mail/e-mail-shell-view.h b/modules/mail/e-mail-shell-view.h
index d20bde74a6..b2478a56c8 100644
--- a/modules/mail/e-mail-shell-view.h
+++ b/modules/mail/e-mail-shell-view.h
@@ -61,11 +61,6 @@ struct _EMailShellViewClass {
GType e_mail_shell_view_get_type (void);
void e_mail_shell_view_register_type
(GTypeModule *type_module);
-gboolean e_mail_shell_view_get_show_deleted
- (EMailShellView *mail_shell_view);
-void e_mail_shell_view_set_show_deleted
- (EMailShellView *mail_shell_view,
- gboolean show_deleted);
G_END_DECLS