summaryrefslogtreecommitdiff
path: root/src/mcd-debug.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-08 13:03:59 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-05-08 17:40:18 +0100
commite7aea65314998512931f7988bea3babc0a548776 (patch)
tree05b7032882c9d2f65ef5c4052587fa7db4570424 /src/mcd-debug.h
parenta307cc9bbac1a7943b44a46813df0986731759a2 (diff)
downloadtelepathy-mission-control-e7aea65314998512931f7988bea3babc0a548776.tar.gz
mcd_debug_ref, mcd_debug_unref: remove
They're officially deprecated and everything!
Diffstat (limited to 'src/mcd-debug.h')
-rw-r--r--src/mcd-debug.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mcd-debug.h b/src/mcd-debug.h
index bf2cc477..66fdafcc 100644
--- a/src/mcd-debug.h
+++ b/src/mcd-debug.h
@@ -57,11 +57,6 @@ static inline gint _mcd_debug_get_level (void)
return mcd_debug_level;
}
-gpointer mcd_debug_ref (gpointer obj, const gchar *filename, gint linenum)
- G_GNUC_DEPRECATED;
-void mcd_debug_unref (gpointer obj, const gchar *filename, gint linenum)
- G_GNUC_DEPRECATED;
-
void mcd_debug_print_tree (gpointer obj);
void mcd_debug (const gchar *format, ...);