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-plugin.h
index 10a6d5d..4bbcc04 100644 (file)
@@ -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;