diff options
Diffstat (limited to 'src/app-section.h')
-rw-r--r-- | src/app-section.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app-section.h b/src/app-section.h index 711fdc9..09697c5 100644 --- a/src/app-section.h +++ b/src/app-section.h @@ -51,8 +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); GMenuModel * app_section_get_menu (AppSection *appitem); |