[gnome-bluetooth] lib: Remove unused marshaller



commit 78be4740d0146ca69f0b322dd1e45a5efb27f942
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Oct 6 11:09:13 2011 +0100

    lib: Remove unused marshaller

 lib/bluetooth-client.c |    4 ----
 lib/marshal.list       |    2 --
 2 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index 47d15fe..4d7f4e6 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -1152,10 +1152,6 @@ static void bluetooth_client_class_init(BluetoothClientClass *klass)
 					 g_param_spec_boolean ("default-adapter-discoverable", NULL, NULL,
 							       FALSE, G_PARAM_READWRITE));
 
-	dbus_g_object_register_marshaller(marshal_VOID__STRING_BOXED,
-						G_TYPE_NONE, G_TYPE_STRING,
-						G_TYPE_VALUE, G_TYPE_INVALID);
-
 	if (error != NULL) {
 		g_printerr("Connecting to system bus failed: %s\n",
 							error->message);
diff --git a/lib/marshal.list b/lib/marshal.list
index bc7f458..137ec76 100644
--- a/lib/marshal.list
+++ b/lib/marshal.list
@@ -1,5 +1,3 @@
-VOID:STRING,BOXED
-
 VOID:STRING,STRING
 VOID:STRING,STRING,UINT64
 VOID:UINT64



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]