Revert "[Tizen] Add a virtual destructor"
authortscholb <scholb.kim@samsung.com>
Mon, 1 Nov 2021 08:44:28 +0000 (17:44 +0900)
committertscholb <scholb.kim@samsung.com>
Mon, 1 Nov 2021 08:44:34 +0000 (17:44 +0900)
This reverts commit a9c4b58e06630e4f2173b4042e15a76cea77d481.

dali/internal/window-system/common/native-image-surface-impl.h

index a52cf65..2151917 100644 (file)
@@ -38,11 +38,6 @@ class NativeImageSurface
 {
 public:
   /**
-   * @brief Destructor
-   */
-  virtual ~NativeImageSurface() = default;
-
-  /**
    * @copydoc Dali::NativeImageSurface::GetNativeRenderable()
    */
   virtual Any GetNativeRenderable() = 0;