From 16ea28dd2d743a5a1d54474f9c24f90ccad74dca Mon Sep 17 00:00:00 2001 From: "pr.jung" Date: Fri, 8 Feb 2019 13:28:23 +0900 Subject: [PATCH] Fix build error Change-Id: I600a814975ad96aef8b0518c726bd5d4bce47fba Signed-off-by: pr.jung --- src/haptic/haptic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/haptic/haptic.c b/src/haptic/haptic.c index 38d3cdc..f1cdc8a 100644 --- a/src/haptic/haptic.c +++ b/src/haptic/haptic.c @@ -757,7 +757,6 @@ static const dbus_method_s hdbus_methods[] = { { "StopDevice", "u", "i", hdbus_stop_device }, { "VibrateMonotone", "uiii", "i", hdbus_vibrate_monotone }, { "VibrateEffect", "usii", "i", hdbus_vibrate_effect }, - { "GetState", "i", "i", hdbus_get_state }, { "ShowHandleList", NULL, NULL, hdbus_show_handle_list }, { "IsSupported", "s", "i", hdbus_pattern_is_supported }, /* Add methods here */ -- 2.7.4