X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fdevel-api%2Fadaptor-framework%2Fvideo-player-plugin.h;h=4bbcc0424b583149dcba60510d9aa0253be8ae86;hb=9b639a223f9e0c389f646bbb6f09608476495c3d;hp=10a6d5db70ed8879eea97356a34d70c5b73a1b28;hpb=b6a3a40939f19bc3197e7dbac990e83decf272eb;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/devel-api/adaptor-framework/video-player-plugin.h b/adaptors/devel-api/adaptor-framework/video-player-plugin.h index 10a6d5d..4bbcc04 100644 --- a/adaptors/devel-api/adaptor-framework/video-player-plugin.h +++ b/adaptors/devel-api/adaptor-framework/video-player-plugin.h @@ -211,12 +211,6 @@ public: */ virtual void Backward( int millisecond ) = 0; - /** - * @brief Checks whether the video texture is supported - * @return True if supported, otherwise false. - */ - virtual bool IsVideoTextureSupported() = 0; - }; } // namespace Dali;