From: jy910.yun Date: Wed, 17 Oct 2012 12:14:47 +0000 (+0900) Subject: fix the build break problem X-Git-Tag: 2.1b_release~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=766de4b087cf8a66b652e6d16f391257a1cc9e77;p=platform%2Fcore%2Fapi%2Fhaptic.git fix the build break problem Change-Id: Iccb3c1fcee69093ad37f65feb1e13fc332848f63 --- diff --git a/packaging/capi-system-haptic.spec b/packaging/capi-system-haptic.spec index faf4378..9c82a3a 100644 --- a/packaging/capi-system-haptic.spec +++ b/packaging/capi-system-haptic.spec @@ -2,7 +2,7 @@ Name: capi-system-haptic Summary: A Haptic library in Tizen C API Version: 0.1.0 -Release: 21 +Release: 22 Group: TO_BE/FILLED_IN License: TO BE FILLED IN Source0: %{name}-%{version}.tar.gz @@ -58,6 +58,10 @@ rm -rf %{buildroot} %{_libdir}/libcapi-system-haptic.so %changelog +* Wed Oct 17 2012 - Jiyoung Yun +- fix the build break problem +- Tag : capi-system-haptic_0.1.0-22 + * Thu Oct 04 2012 - Jiyoung Yun - fix the bug regarding haptic_level_auto - Tag : capi-system-haptic_0.1.0-21 diff --git a/src/haptic_private.c b/src/haptic_private.c index 2754181..29f956c 100644 --- a/src/haptic_private.c +++ b/src/haptic_private.c @@ -28,14 +28,6 @@ #define COMP_CMD(idx, value) (value<<4)|(idx&0x0F) enum { - HAPTIC_PROP_ENABLE, - HAPTIC_PROP_LEVEL, - HAPTIC_PROP_LEVEL_MAX, - HAPTIC_PROP_VALUE, - HAPTIC_PROP_ONESHOT, -}; - -enum { CMD_GET_INITIALIZE, CMD_SET_OPEN_DEVICE, CMD_GET_CURRENT_DEVICE_HANDLE,