Kaydet (Commit) de6a2166 authored tarafından Zolnai Tamás's avatar Zolnai Tamás

Remove accidently committed line

Change-Id: Iace701d7473e874cc8df64349b71faa4a5493d5e
üst 0bff18c4
...@@ -149,7 +149,6 @@ void SAL_CALL OGLPlayer::stop() throw ( uno::RuntimeException, std::exception ) ...@@ -149,7 +149,6 @@ void SAL_CALL OGLPlayer::stop() throw ( uno::RuntimeException, std::exception )
{ {
osl::MutexGuard aGuard(m_aMutex); osl::MutexGuard aGuard(m_aMutex);
assert(m_pHandle); assert(m_pHandle);
gltf_animation_stop(m_pHandle);
m_aTimer.Stop(); m_aTimer.Stop();
gltf_animation_stop(m_pHandle); gltf_animation_stop(m_pHandle);
} }
......
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