pd_access & lb_access is removed.
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 24 Apr 2013 06:59:11 +0000 (15:59 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 24 Apr 2013 06:59:11 +0000 (15:59 +0900)
Change-Id: I3d3217cc7fe9d3c0ae5f19d3d5acd7a4b596152f

packaging/com.samsung.data-provider-slave.spec
src/client.c

index 08c0390..a7db72e 100644 (file)
@@ -2,7 +2,7 @@
 
 Name: com.samsung.data-provider-slave
 Summary: Plugin type livebox service provider.
-Version: 0.10.4
+Version: 0.10.5
 Release: 1
 Group: HomeTF/Livebox
 License: Flora License
index a24612c..975697c 100644 (file)
@@ -364,8 +364,6 @@ HAPI int client_init(const char *name)
                .pd_move = method_pd_moved,
                .lb_pause = method_lb_pause,
                .lb_resume = method_lb_resume,
-               .pd_access = NULL,
-               .lb_access = NULL,
        };
 
        return provider_init(ecore_x_display_get(), name, &table, NULL);