Remove RenderSurface from Core
[platform/core/uifw/dali-adaptor.git] / dali / internal / graphics / gles / egl-context-helper-implementation.h
index 9236e81..ef38426 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_ADAPTOR_EGL_CONTEXT_HELPER_IMPLEMENTATION_H
 
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -69,11 +69,6 @@ public:
   virtual void MakeSurfacelessContextCurrent() override;
 
   /**
-   * @copydoc Dali::Integration::GlContextHelperAbstraction::MakeContextCurrent()
-   */
-  virtual void MakeContextCurrent( Integration::RenderSurface* surface ) override;
-
-  /**
    * @copydoc Dali::Integration::GlContextHelperAbstraction::MakeContextNull()
    */
   virtual void MakeContextNull() override;