From 45adbc05cf2b51986f8cfc085fe71d061c7fc406 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Wed, 5 Sep 2012 15:27:09 +0200 Subject: app-section: remove unused private member --- src/app-section.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/app-section.c') diff --git a/src/app-section.c b/src/app-section.c index 58f1612..df79582 100644 --- a/src/app-section.c +++ b/src/app-section.c @@ -38,7 +38,6 @@ struct _AppSectionPrivate { GDesktopAppInfo * appinfo; GFileMonitor *desktop_file_monitor; - guint unreadcount; IndicatorDesktopShortcuts * ids; @@ -166,7 +165,6 @@ app_section_init (AppSection *self) priv = self->priv; priv->appinfo = NULL; - priv->unreadcount = 0; priv->menu = g_menu_new (); priv->static_shortcuts = g_simple_action_group_new (); @@ -496,14 +494,6 @@ launch_action_change_state (GSimpleAction *action, g_simple_action_set_state (action, value); } -guint -app_section_get_count (AppSection * self) -{ - AppSectionPrivate * priv = self->priv; - - return priv->unreadcount; -} - const gchar * app_section_get_name (AppSection * self) { -- cgit v1.2.3