diff options
author | Marco Trevisan (TreviƱo) <mail@3v1n0.net> | 2012-12-18 20:22:45 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2012-12-18 20:22:45 +0000 |
commit | 22ee6bfbcafe6f06512efd416286bcdaa0acd2c2 (patch) | |
tree | 94e10c15d86393f8afee4a5c038f4aa6b825ecd9 /src/application-service-appstore.h | |
parent | 6f43d3ec7ec8e4aaba9895275ae2c1713e138247 (diff) | |
parent | d5c42deb18871b62b28db9b10c0dd0a64f23dcd5 (diff) | |
download | ayatana-indicator-application-22ee6bfbcafe6f06512efd416286bcdaa0acd2c2.tar.gz ayatana-indicator-application-22ee6bfbcafe6f06512efd416286bcdaa0acd2c2.tar.bz2 ayatana-indicator-application-22ee6bfbcafe6f06512efd416286bcdaa0acd2c2.zip |
Indicator-application: removing the deprecated approver support.
Approved by Ted Gould, PS Jenkins bot.
Diffstat (limited to 'src/application-service-appstore.h')
-rw-r--r-- | src/application-service-appstore.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/application-service-appstore.h b/src/application-service-appstore.h index aa2824b..7508658 100644 --- a/src/application-service-appstore.h +++ b/src/application-service-appstore.h @@ -63,9 +63,6 @@ void application_service_appstore_application_add (ApplicationServiceApp void application_service_appstore_application_remove (ApplicationServiceAppstore * appstore, const gchar * dbus_name, const gchar * dbus_object); -void application_service_appstore_approver_add (ApplicationServiceAppstore * appstore, - const gchar * dbus_name, - const gchar * dbus_object); gchar** application_service_appstore_application_get_list (ApplicationServiceAppstore * appstore); G_END_DECLS |