libpurple/protocols/gg/ggdrive.c

changeset 34378
63439e75c0b1
parent 34373
169db6aa5e08
--- a/libpurple/protocols/gg/ggdrive.c	Thu Oct 18 12:32:50 2012 +0200
+++ b/libpurple/protocols/gg/ggdrive.c	Sun Oct 21 21:27:04 2012 +0200
@@ -21,9 +21,11 @@
 static void ggp_ggdrive_authenticate(PurpleConnection *gc,
 	ggp_ggdrive_authentication_cb cb, gpointer user_data);
 
+#if 0
 static void ggp_ggdrive_authenticate_done(PurpleUtilFetchUrlData *url_data,
 	gpointer _user_data, const gchar *url_text, gsize len,
 	const gchar *error_message);
+#endif
 
 typedef struct
 {
@@ -37,6 +39,7 @@
 static void ggp_ggdrive_authenticate(PurpleConnection *gc,
 	ggp_ggdrive_authentication_cb cb, gpointer user_data)
 {
+#if 0
 	PurpleAccount *account = purple_connection_get_account(gc);
 	const gchar *imtoken;
 	gchar *request, *metadata;
@@ -81,8 +84,10 @@
 
 	g_free(metadata);
 	g_free(request);
+#endif
 }
 
+#if 0
 static void ggp_ggdrive_authenticate_done(PurpleUtilFetchUrlData *url_data,
 	gpointer _user_data, const gchar *url_text, gsize len,
 	const gchar *error_message)
@@ -109,6 +114,7 @@
 
 	purple_debug_info("gg", "ggp_ggdrive_authenticate_done: [%s]\n", url_text);
 }
+#endif
 
 /***/
 

mercurial