diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-05-29 13:28:24 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-05-29 13:28:24 +0200 |
commit | de6a2166633cd122d4bdf96780893bb48822f64a (patch) | |
tree | b812f183b6134835fc49b56d1963571ae7890da0 | |
parent | 0bff18c4ec19462d325ea0ca6a24c3a15c1f8cfb (diff) |
Remove accidently committed line
Change-Id: Iace701d7473e874cc8df64349b71faa4a5493d5e
-rw-r--r-- | avmedia/source/opengl/oglplayer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/avmedia/source/opengl/oglplayer.cxx b/avmedia/source/opengl/oglplayer.cxx index 8137b96897eb..7a111f9b8531 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); } |