telepathy-qt: Remove unused function
David Edmundson
davidedmundson at kemper.freedesktop.org
Sat Jun 14 08:50:36 PDT 2014
Module: telepathy-qt
Branch: master
Commit: c82352e31f31bf433b120f1bcc73927661a1fdd4
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=c82352e31f31bf433b120f1bcc73927661a1fdd4
Author: David Edmundson <davidedmundson at kde.org>
Date: Sat Jun 14 17:51:10 2014 +0200
Remove unused function
---
tests/dbus/dbus-tube-chan.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/tests/dbus/dbus-tube-chan.cpp b/tests/dbus/dbus-tube-chan.cpp
index deb5e21..03ae52c 100644
--- a/tests/dbus/dbus-tube-chan.cpp
+++ b/tests/dbus/dbus-tube-chan.cpp
@@ -39,11 +39,6 @@ TestContext contexts[] = {
{ FALSE, (TpSocketAddressType) NUM_TP_SOCKET_ADDRESS_TYPES, (TpSocketAccessControl) NUM_TP_SOCKET_ACCESS_CONTROLS }
};
-void destroySocketControlList(gpointer data)
-{
- g_array_free((GArray *) data, TRUE);
-}
-
}
class TestDBusTubeChan : public Test
More information about the telepathy-commits
mailing list