summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-06 15:32:31 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-06 15:32:31 +0200
commitafa12a446fcc473eb740146805856e76ad82b4af (patch)
tree666d589968ef98792ac720a0ab500c628eab7950 /app
parent185fdc194782e24775db22c26a79687b1598be01 (diff)
downloadxdg-app-afa12a446fcc473eb740146805856e76ad82b4af.tar.gz
main: Remove declaration of old deprecated functions
These were removed already
Diffstat (limited to 'app')
-rw-r--r--app/xdg-app-builtins.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/app/xdg-app-builtins.h b/app/xdg-app-builtins.h
index f0dbde9..80f14f2 100644
--- a/app/xdg-app-builtins.h
+++ b/app/xdg-app-builtins.h
@@ -73,16 +73,6 @@ BUILTINPROTO(build_update_repo);
BUILTINPROTO(export_file);
BUILTINPROTO(override);
-/* Deprecated */
-BUILTINPROTO(install_runtime);
-BUILTINPROTO(install_app);
-BUILTINPROTO(update_runtime);
-BUILTINPROTO(update_app);
-BUILTINPROTO(uninstall_runtime);
-BUILTINPROTO(uninstall_app);
-BUILTINPROTO(list_apps);
-BUILTINPROTO(list_runtimes);
-
#undef BUILTINPROTO
G_END_DECLS