diff options
author | Pius Lee <pius.lee@samsung.com> | 2012-02-10 19:32:32 +0900 |
---|---|---|
committer | Pius Lee <pius.lee@samsung.com> | 2012-02-10 19:32:32 +0900 |
commit | cabc995129a29a1f150bda541f755e1fb7f3ad85 (patch) | |
tree | 6e152fa6d183b1e0212059289ccaaadf464ea28e /include | |
parent | 98f46e1fbd4b3590435952f93669817b646b114b (diff) | |
download | haptic-cabc995129a29a1f150bda541f755e1fb7f3ad85.tar.gz haptic-cabc995129a29a1f150bda541f755e1fb7f3ad85.tar.bz2 haptic-cabc995129a29a1f150bda541f755e1fb7f3ad85.zip |
additional fix for lower framework
Diffstat (limited to 'include')
-rwxr-xr-x | include/haptic_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/haptic_private.h b/include/haptic_private.h index cbe4059..cbb459f 100755 --- a/include/haptic_private.h +++ b/include/haptic_private.h @@ -26,7 +26,6 @@ extern "C" { void _haptic_init(); void _haptic_deinit(); -int _haptic_play_monotone(int dev, int duration, haptic_level_e level); #ifdef __cplusplus } |