Revert "[4.0] Add Finalize api for imf-manager"
[platform/core/uifw/dali-adaptor.git] / adaptors / wayland / input / text / imf / imf-manager-impl.h
old mode 100755 (executable)
new mode 100644 (file)
index 8b4df80..d0739a8
@@ -60,10 +60,6 @@ public:
   typedef Dali::ImfManager::KeyboardTypeSignalType ImfKeyboardTypeSignalType;
 
 public:
-  /**
-   * @copydoc Dali::ImfManager::Finalize()
-   */
-  void Finalize();
 
   /**
    * @brief Check whether the ImfManager is available.
@@ -310,7 +306,6 @@ private:
   std::string mSurroundingText;
   int mPreEditCursorPosition;
   int mEditCursorPosition;
-  bool mInited:1;                 ///< Whether the imf is already inited.
   bool mRestoreAfterFocusLost:1;  ///< Whether the keyboard needs to be restored (activated ) after focus regained.
 
 public: