aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.h
diff options
context:
space:
mode:
authorLars Uebernickel <lars.uebernickel@canonical.com>2012-09-05 15:27:09 +0200
committerLars Uebernickel <lars.uebernickel@canonical.com>2012-09-05 15:27:09 +0200
commit45adbc05cf2b51986f8cfc085fe71d061c7fc406 (patch)
treeb97cfe7aa94ce053d2682eb1e9620ed07f2ab7b7 /src/app-section.h
parentaf9183664c534c39d12e34b5c8e7c14ea189ce8b (diff)
downloadayatana-indicator-messages-45adbc05cf2b51986f8cfc085fe71d061c7fc406.tar.gz
ayatana-indicator-messages-45adbc05cf2b51986f8cfc085fe71d061c7fc406.tar.bz2
ayatana-indicator-messages-45adbc05cf2b51986f8cfc085fe71d061c7fc406.zip
app-section: remove unused private member
Diffstat (limited to 'src/app-section.h')
-rw-r--r--src/app-section.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app-section.h b/src/app-section.h
index 711fdc9..32ebbf0 100644
--- a/src/app-section.h
+++ b/src/app-section.h
@@ -51,7 +51,6 @@ struct _AppSection {
GType app_section_get_type (void);
AppSection * app_section_new (GDesktopAppInfo *appinfo);
-guint app_section_get_count (AppSection * appitem);
const gchar * app_section_get_name (AppSection * appitem);
const gchar * app_section_get_desktop (AppSection * appitem);
GActionGroup * app_section_get_actions (AppSection *self);