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.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/app-section.c b/src/app-section.c
index 9bf5087..523e249 100644
--- a/src/app-section.c
+++ b/src/app-section.c
@@ -495,17 +495,6 @@ launch_action_change_state (GSimpleAction *action,
}
const gchar *
-app_section_get_name (AppSection * self)
-{
- AppSectionPrivate * priv = self->priv;
-
- if (priv->appinfo) {
- return g_app_info_get_name(G_APP_INFO(priv->appinfo));
- }
- return NULL;
-}
-
-const gchar *
app_section_get_desktop (AppSection * self)
{
AppSectionPrivate * priv = self->priv;