diff options
author | Will Thompson <will@willthompson.co.uk> | 2012-01-31 14:39:40 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2012-02-06 13:26:16 +0000 |
commit | fcf4ab9b107a3a3d25a129dc86fd2edcd5188a38 (patch) | |
tree | 44e13694f027c61aab97459a2bbcec02548de265 | |
parent | b7310bd0535931fd9afa76b124981d23ae71207f (diff) |
Remove prototype for wocky_auth_handler_free()
This function doesn't exist.
-rw-r--r-- | wocky/wocky-auth-handler.h | 3 |
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) ( WockyAuthHandler *handler, GError **error); -void -wocky_auth_handler_free (WockyAuthHandler *handler); - GType wocky_auth_handler_get_type (void); |