[gnome-online-accounts/wip/oauth2: 1/8] live: Use default implementation of get_use_external_browser
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts/wip/oauth2: 1/8] live: Use default implementation of get_use_external_browser
- Date: Thu, 13 Sep 2012 15:20:48 +0000 (UTC)
commit bbb19429c519623756c5e9f1b54daec6579fcf4a
Author: Debarshi Ray <debarshir gnome org>
Date: Thu Sep 13 13:17:53 2012 +0200
live: Use default implementation of get_use_external_browser
Default is FALSE and that is what we want.
src/goabackend/goawindowsliveprovider.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/goabackend/goawindowsliveprovider.c b/src/goabackend/goawindowsliveprovider.c
index 03c1670..12f9ffc 100644
--- a/src/goabackend/goawindowsliveprovider.c
+++ b/src/goabackend/goawindowsliveprovider.c
@@ -348,12 +348,6 @@ build_object (GoaProvider *provider,
return ret;
}
-static gboolean
-get_use_external_browser (GoaOAuth2Provider *provider)
-{
- return FALSE;
-}
-
/* ---------------------------------------------------------------------------------------------------- */
static void
@@ -423,6 +417,5 @@ goa_windows_live_provider_class_init (GoaWindowsLiveProviderClass *klass)
oauth2_class->get_authentication_cookie = get_authentication_cookie;
oauth2_class->get_identity_sync = get_identity_sync;
oauth2_class->is_deny_node = is_deny_node;
- oauth2_class->get_use_external_browser = get_use_external_browser;
oauth2_class->add_account_key_values = add_account_key_values;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]