[gnome-shell] shell-app: Remove unused method



commit 913739d7320dfb7d21a371e158b70e4b57c71633
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Nov 19 18:11:22 2013 -0500

    shell-app: Remove unused method

 src/shell-app.c |   19 -------------------
 1 files changed, 0 insertions(+), 19 deletions(-)
---
diff --git a/src/shell-app.c b/src/shell-app.c
index 487268d..63f9bc7 100644
--- a/src/shell-app.c
+++ b/src/shell-app.c
@@ -1336,25 +1336,6 @@ unref_running_state (ShellAppRunningState *state)
   g_slice_free (ShellAppRunningState, state);
 }
 
-static char *
-trim_exec_line (const char *str)
-{
-  const char *start, *end, *pos;
-
-  if (str == NULL)
-    return NULL;
-
-  end = strchr (str, ' ');
-  if (end == NULL)
-    end = str + strlen (str);
-
-  start = str;
-  while ((pos = strchr (start, '/')) && pos < end)
-    start = ++pos;
-
-  return g_strndup (start, end - start);
-}
-
 /**
  * shell_app_compare_by_name:
  * @app: One app


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]