diff --git a/src/shell-app.c b/src/shell-app.c index 487268d1f..63f9bc76f 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