config.h.in
changeset 20 df9cedcdb3b2
parent 14 9a4d0f04c7d3
child 24 7aa499342e2b
--- a/config.h.in	Tue Jan 26 13:03:50 2010 +0200
+++ b/config.h.in	Mon Feb 15 17:12:12 2010 +0200
@@ -4,17 +4,5 @@
 
 #cmakedefine HAVE_LM_CONNECTION_UNREGISTER_REPLY_HANDLER
 
-#cmakedefine HAVE_XMPP_IS_ONLINE
-
-#ifndef HAVE_XMPP_IS_ONLINE
-inline gboolean xmpp_is_online (void)
-{
-	if (lconnection && lm_connection_is_authenticated (lconnection))
-		return TRUE;
-	else
-		return FALSE;
-}
 #endif
 
-#endif
-