diff options
author | Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp> | 2014-03-28 15:28:50 +0900 |
---|---|---|
committer | Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp> | 2014-03-28 15:43:22 +0900 |
commit | 851c876cda3d5dd4ea82a818dd78fc67f6b27007 (patch) | |
tree | 8b56f8301ae76d2f2935001afb18b738e4c3f911 /src/ico_ivi_common_private.h | |
parent | 7a6f8485b86d7d9a09b9d0bb21af529f3b3843f9 (diff) | |
download | ico-uxf-weston-plugin-ccd000f041e2622bfa46d505f6739fde610f5c94.tar.gz ico-uxf-weston-plugin-ccd000f041e2622bfa46d505f6739fde610f5c94.tar.bz2 ico-uxf-weston-plugin-ccd000f041e2622bfa46d505f6739fde610f5c94.zip |
It follows in footsteps of change of weston-ivi-shell 0.1.3.submit/tizen_ivi_release/20140331.194910submit/tizen_ivi_panda/20140403.012147submit/tizen/20140331.175521submit/tizen/20140328.065922accepted/tizen/ivi/release/20140331.231918accepted/tizen/ivi/panda/20140403.020007accepted/tizen/ivi/panda/20140331.191039accepted/tizen/ivi/panda/20140328.181250accepted/tizen/ivi/20140409.194714tizen_ivi_panda
bug fix: TIVI-2953 - Don't call callback when destroy surface.
Change-Id: I777d0d7100221ed815160e9124a6518684dac459
Signed-off-by: Masayuki Sasaki <masayuki.sasaki@mail.toyota-td.jp>
Diffstat (limited to 'src/ico_ivi_common_private.h')
-rw-r--r-- | src/ico_ivi_common_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ico_ivi_common_private.h b/src/ico_ivi_common_private.h index 497f0c2..1d2174c 100644 --- a/src/ico_ivi_common_private.h +++ b/src/ico_ivi_common_private.h @@ -79,7 +79,6 @@ int ico_ivi_debugflag(void); /* Get debug flag /* Get default animation name */ const char *ico_ivi_default_animation_name(void); int ico_ivi_default_animation_time(void); /* Get default animation time(ms) */ -int ico_ivi_default_animation_fps(void); /* Get animation frame rate(fps) */ /* Debug Traces */ /* Define for debug write */ |