Kaydet (Commit) baf78fb8 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: unused parameter 'fTime'

Change-Id: I1f44de228fe09584699a1e158c32882cd9e7eac7
üst 29316ee0
...@@ -140,6 +140,7 @@ void SAL_CALL OGLPlayer::setMediaTime( double fTime ) throw ( uno::RuntimeExcept ...@@ -140,6 +140,7 @@ void SAL_CALL OGLPlayer::setMediaTime( double fTime ) throw ( uno::RuntimeExcept
{ {
// TODO: doesn't work, but cause problem in playing // TODO: doesn't work, but cause problem in playing
osl::MutexGuard aGuard(m_aMutex); osl::MutexGuard aGuard(m_aMutex);
(void) fTime;
//gltf_animation_set_time(m_pHandle, fTime); //gltf_animation_set_time(m_pHandle, fTime);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment