From d15a73b05766b8a446c5f00a8e8a76efd671a797 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 28 Aug 2012 13:07:28 +0200 Subject: sanity_ctx_ref() is only used by UOA code atm --- src/empathy-sanity-cleaning.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/empathy-sanity-cleaning.c b/src/empathy-sanity-cleaning.c index 51015b40e..e810fcb29 100644 --- a/src/empathy-sanity-cleaning.c +++ b/src/empathy-sanity-cleaning.c @@ -74,6 +74,7 @@ sanity_ctx_new (TpAccountManager *am, return ctx; } +#ifdef HAVE_UOA static SanityCtx * sanity_ctx_ref (SanityCtx *ctx) { @@ -81,6 +82,7 @@ sanity_ctx_ref (SanityCtx *ctx) return ctx; } +#endif static void sanity_ctx_unref (SanityCtx *ctx) -- cgit v1.2.3