aboutsummaryrefslogtreecommitdiff
path: root/src/app-section.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app-section.c')
-rw-r--r--src/app-section.c10
1 files changed, 0 insertions, 10 deletions
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)
{