Revert "[Tizen] Add the logical key to Integration::KeyEvent"
[platform/core/uifw/dali-core.git] / dali / internal / event / events / key-event-impl.h
index fe82467..63318d3 100755 (executable)
@@ -49,18 +49,6 @@ public:
   KeyEventImpl& operator=( const KeyEventImpl& rhs );
 
   /**
-   * @brief Get the key symbol string.
-   * @return The key symbol
-   */
-  std::string GetKey() const;
-
-  /**
-   * @brief Set the key symbol string to the KeyEvent.
-   * @param[in] key The key symbol to set
-   */
-  void SetKey( const std::string& key );
-
-  /**
    * @brief Get the compose string.
    *
    * @return The compose string.
@@ -128,7 +116,6 @@ private:
 
 private:
 
-  std::string mKey;
   std::string mCompose;
   std::string mDeviceName;
   Device::Class::Type mDeviceClass;