summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-connection.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-07-07 17:54:04 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2011-07-07 17:54:04 +0100
commitb39713ce49bf3411b6557a7636e6fc2e4cd46024 (patch)
treea2c478b29e60b91ab76b0950704e974c3ba7a214 /telepathy-glib/base-connection.c
parent3e2df72ead78c9f96beb0cefb77e766733a390f1 (diff)
downloadtelepathy-glib-b39713ce49bf3411b6557a7636e6fc2e4cd46024.tar.gz
BaseConnection: remove repeated includes of debug-internal
This used to be done to change the debug flag used for handle-reference-related code. But because handles are immortal now, these functions have no DEBUG() statements at all.
Diffstat (limited to 'telepathy-glib/base-connection.c')
-rw-r--r--telepathy-glib/base-connection.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 4604b6214..b3728515b 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -2087,11 +2087,6 @@ tp_base_connection_dbus_get_status (TpSvcConnection *iface,
(TpBaseConnection *) iface));
}
-
-#undef DEBUG_FLAG
-#define DEBUG_FLAG TP_DEBUG_HANDLES
-#include "telepathy-glib/debug-internal.h"
-
static void
tp_base_connection_hold_handles (TpSvcConnection *iface,
guint handle_type,
@@ -2166,10 +2161,6 @@ tp_base_connection_inspect_handles (TpSvcConnection *iface,
g_free (ret);
}
-#undef DEBUG_FLAG
-#define DEBUG_FLAG TP_DEBUG_CONNECTION
-#include "telepathy-glib/debug-internal.h"
-
/*
* list_channel_factory_foreach_one:
* @chan: a channel
@@ -2496,11 +2487,6 @@ ERROR:
channel_request_free (request);
}
-
-#undef DEBUG_FLAG
-#define DEBUG_FLAG TP_DEBUG_HANDLES
-#include "telepathy-glib/debug-internal.h"
-
static void
tp_base_connection_release_handles (TpSvcConnection *iface,
guint handle_type,
@@ -2616,10 +2602,6 @@ out:
}
}
-#undef DEBUG_FLAG
-#define DEBUG_FLAG TP_DEBUG_CONNECTION
-#include "telepathy-glib/debug-internal.h"
-
/**
* tp_base_connection_get_handles:
* @self: A connection