Revert "[Tizen] Revert "[Web] Fix WebView terminate crash""
[platform/core/uifw/dali-adaptor.git] / dali / internal / web-engine / common / web-engine-impl.h
index 085c28a..96e6eac 100755 (executable)
@@ -576,27 +576,8 @@ private:
    */
   bool Initialize();
 
-  /**
-   * @brief Initialize library handle by loading web engine plugin.
-   *
-   * @return Whether the initialization succeed or not.
-   */
-  static bool InitializePluginHandle();
-
-  /**
-   * @brief Close library handle.
-   */
-  static void ClosePluginHandle();
-
 private:
-  using CreateWebEngineFunction  = Dali::WebEnginePlugin* (*)();
-  using DestroyWebEngineFunction = void (*)(Dali::WebEnginePlugin* plugin);
-
   Dali::WebEnginePlugin* mPlugin; ///< WebEnginePlugin instance
-
-  static void*                    mHandle;              ///< Handle for the loaded library
-  static CreateWebEngineFunction  mCreateWebEnginePtr;  ///< Function to create plugin instance
-  static DestroyWebEngineFunction mDestroyWebEnginePtr; ///< Function to destroy plugin instance
 };
 
 } // namespace Adaptor