[Libreoffice-commits] core.git: avmedia/source
Zolnai Tamás
tamas.zolnai at collabora.com
Thu May 29 04:29:58 PDT 2014
avmedia/source/opengl/oglplayer.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit de6a2166633cd122d4bdf96780893bb48822f64a
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date: Thu May 29 13:28:24 2014 +0200
Remove accidently committed line
Change-Id: Iace701d7473e874cc8df64349b71faa4a5493d5e
diff --git a/avmedia/source/opengl/oglplayer.cxx b/avmedia/source/opengl/oglplayer.cxx
index 8137b96..7a111f9 100644
--- a/avmedia/source/opengl/oglplayer.cxx
+++ b/avmedia/source/opengl/oglplayer.cxx
@@ -149,7 +149,6 @@ void SAL_CALL OGLPlayer::stop() throw ( uno::RuntimeException, std::exception )
{
osl::MutexGuard aGuard(m_aMutex);
assert(m_pHandle);
- gltf_animation_stop(m_pHandle);
m_aTimer.Stop();
gltf_animation_stop(m_pHandle);
}
More information about the Libreoffice-commits
mailing list