summaryrefslogtreecommitdiff
path: root/app/xdg-app-builtins-uninstall.c
diff options
context:
space:
mode:
Diffstat (limited to 'app/xdg-app-builtins-uninstall.c')
-rw-r--r--app/xdg-app-builtins-uninstall.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/xdg-app-builtins-uninstall.c b/app/xdg-app-builtins-uninstall.c
index 4dd1bcd..df738d2 100644
--- a/app/xdg-app-builtins-uninstall.c
+++ b/app/xdg-app-builtins-uninstall.c
@@ -147,21 +147,3 @@ xdg_app_builtin_uninstall (int argc, char **argv, GCancellable *cancellable, GEr
return TRUE;
}
-
-gboolean
-xdg_app_builtin_uninstall_runtime (int argc, char **argv, GCancellable *cancellable, GError **error)
-{
- opt_runtime = TRUE;
- opt_app = FALSE;
-
- return xdg_app_builtin_uninstall (argc, argv, cancellable, error);
-}
-
-gboolean
-xdg_app_builtin_uninstall_app (int argc, char **argv, GCancellable *cancellable, GError **error)
-{
- opt_runtime = FALSE;
- opt_app = TRUE;
-
- return xdg_app_builtin_uninstall (argc, argv, cancellable, error);
-}