Revert "[Tizen] Log patch to show first swapbuffers call after resume"
[platform/core/uifw/dali-adaptor.git] / dali / internal / graphics / gles / egl-implementation.h
index c0cf433..1c9cab3 100644 (file)
@@ -182,11 +182,6 @@ public:
   void SetGlesVersion( const int32_t glesVersion );
 
   /**
-   * Sets Whether the frame is the first after Resume.
-   */
-  void SetFirstFrameAfterResume();
-
-  /**
    * returns the display with which this object was initialized
    * @return the EGL Display.
    */
@@ -250,8 +245,6 @@ private:
   bool                 mStencilBufferRequired;
   bool                 mIsSurfacelessContextSupported;
   bool                 mIsKhrCreateContextSupported;
-
-  bool                 mIsFirstFrameAfterResume;
 };
 
 } // namespace Adaptor