Revert "[Tizen] Add Preedit style - Highlight and Reverse"
[platform/core/uifw/dali-adaptor.git] / dali / internal / input / windows / input-method-context-impl-win.h
index fffc088..61847a0 100755 (executable)
@@ -256,11 +256,6 @@ public:
    */\r
   void SetInputPanelPosition( unsigned int x, unsigned int y ) override;\r
 \r
-  /**\r
-   * @copydoc Dali::InputMethodContext::GetPreeditStyle()\r
-   */\r
-  Dali::InputMethodContext::PreeditStyle GetPreeditStyle() const override;\r
-\r
 private:\r
   /**\r
    * Context created the first time and kept until deleted.\r
@@ -319,7 +314,6 @@ private:
   bool mRestoreAfterFocusLost:1;             ///< Whether the keyboard needs to be restored (activated ) after focus regained.\r
   bool mIdleCallbackConnected:1;             ///< Whether the idle callback is already connected.\r
   InputMethodOptions        mOptions;\r
-  Dali::InputMethodContext::PreeditStyle mPreeditType;\r
 };\r
 \r
 } // namespace Adaptor\r