summaryrefslogtreecommitdiff
path: root/telepathy-logger/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/util.h')
-rw-r--r--telepathy-logger/util.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/telepathy-logger/util.h b/telepathy-logger/util.h
index 190207af1..0db8623a1 100644
--- a/telepathy-logger/util.h
+++ b/telepathy-logger/util.h
@@ -42,12 +42,4 @@
return; \
}
-#define tpl_object_unref_if_not_null(obj) if (obj != NULL && G_IS_OBJECT (obj)) \
- g_object_unref (obj);
-#define tpl_object_ref_if_not_null(obj) if (obj != NULL && G_IS_OBJECT (obj)) \
- g_object_ref (obj);
-
-
-gboolean tpl_strequal (const gchar *left, const gchar *right);
-
#endif // __TPL_UTIL_H__