[gnome-online-accounts] oauth: Drop the priv pointer from the class structure



commit 9010a8f5bb9c29bbd2587aa183ac887d280f8c7c
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Feb 8 12:11:08 2017 +0100

    oauth: Drop the priv pointer from the class structure
    
    Class structures don't need a priv pointer.
    
    Fallout from 81434a02fe638d982afdbe6cd9e5b75ddfdf238f

 src/goabackend/goaoauthprovider.h |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/goabackend/goaoauthprovider.h b/src/goabackend/goaoauthprovider.h
index 4acb90f..34599f1 100644
--- a/src/goabackend/goaoauthprovider.h
+++ b/src/goabackend/goaoauthprovider.h
@@ -119,11 +119,8 @@ struct _GoaOAuthProviderClass
   gboolean     (*is_password_node)             (GoaOAuthProvider             *provider,
                                                 WebKitDOMHTMLInputElement    *element);
 
-  /*< private >*/
-  GoaOAuthProviderPrivate *priv;
-
   /* Padding for future expansion */
-  gpointer goa_reserved[28];
+  gpointer goa_reserved[29];
 };
 
 GType        goa_oauth_provider_get_type                     (void) G_GNUC_CONST;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]