summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2012-01-31 14:39:40 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-02-06 13:26:16 +0000
commitfcf4ab9b107a3a3d25a129dc86fd2edcd5188a38 (patch)
tree44e13694f027c61aab97459a2bbcec02548de265
parentb7310bd0535931fd9afa76b124981d23ae71207f (diff)
Remove prototype for wocky_auth_handler_free()
This function doesn't exist.
-rw-r--r--wocky/wocky-auth-handler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/wocky/wocky-auth-handler.h b/wocky/wocky-auth-handler.h
index 3d8238b..448558c 100644
--- a/wocky/wocky-auth-handler.h
+++ b/wocky/wocky-auth-handler.h
@@ -82,9 +82,6 @@ typedef gboolean (*WockyAuthSuccessFunc) (
82 WockyAuthHandler *handler, 82 WockyAuthHandler *handler,
83 GError **error); 83 GError **error);
84 84
85void
86wocky_auth_handler_free (WockyAuthHandler *handler);
87
88GType 85GType
89wocky_auth_handler_get_type (void); 86wocky_auth_handler_get_type (void);
90 87