X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fwayland%2Finput%2Ftext%2Fimf%2Fimf-manager-impl.h;h=d0739a82e3347c200408610021de46fbbe2954ae;hb=1cce6bcfe69c4efa29ca3dae6bdfce1a5628e5d6;hp=8b4df8081d995105c2ca7d15618c4b7ee3a00cd1;hpb=30e952ebef7228c18f2812663071511dcd8b7838;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/wayland/input/text/imf/imf-manager-impl.h b/adaptors/wayland/input/text/imf/imf-manager-impl.h old mode 100755 new mode 100644 index 8b4df80..d0739a8 --- a/adaptors/wayland/input/text/imf/imf-manager-impl.h +++ b/adaptors/wayland/input/text/imf/imf-manager-impl.h @@ -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: