[empathy] sanity_ctx_ref() is only used by UOA code atm



commit d15a73b05766b8a446c5f00a8e8a76efd671a797
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Aug 28 13:07:28 2012 +0200

    sanity_ctx_ref() is only used by UOA code atm

 src/empathy-sanity-cleaning.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-sanity-cleaning.c b/src/empathy-sanity-cleaning.c
index 51015b4..e810fcb 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)



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