Revert "[4.0] Added an devel-API to check whether video texture is supported"
[platform/core/uifw/dali-adaptor.git] / adaptors / devel-api / adaptor-framework / video-player.cpp
index 048a9f0..fb4b2a2 100644 (file)
@@ -171,10 +171,5 @@ void VideoPlayer::Backward( int millisecond )
   GetImplementation( *this ).Backward( millisecond );
 }
 
-bool VideoPlayer::IsVideoTextureSupported()
-{
-  return GetImplementation( *this ).IsVideoTextureSupported();
-}
-
 } // namespace Dali;