Remove deprecated and unused ActionButton 02/242002/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 21 Aug 2020 09:20:07 +0000 (10:20 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 21 Aug 2020 09:20:07 +0000 (10:20 +0100)
Change-Id: I60c72525a5edc4e4e4ba46482be34e46222e9cd2

dali/internal/input/windows/virtual-keyboard-impl-win.cpp [changed mode: 0755->0644]
dali/public-api/adaptor-framework/input-method.h

old mode 100755 (executable)
new mode 100644 (file)
index 8d4eb0a..e833efa
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -87,9 +87,6 @@ Dali::VirtualKeyboard::TextDirection GetTextDirection()
   return Dali::VirtualKeyboard::LeftToRight;
 }
 
-Dali::InputMethod::ActionButton gActionButtonFunction = Dali::InputMethod::ACTION_DEFAULT;
-
-
 void RotateTo(int angle)
 {
 }
index f1fd42f..78fc5a9 100644 (file)
@@ -222,34 +222,6 @@ enum Type
 
 } // namespace PasswordLayout
 
-
-/**
- * @DEPRECATED_1_3.20 Use ButtonAction instead.
- * @brief Enumeration for specifying what the Input Method "action" button functionality is set to.
- *
- * The 'Action' button is traditionally the [RETURN] or [DONE] button.
- *
- * Not all these actions are supported by all systems.
- *
- * Setting a custom label will still require one of these actions to be set.
- * @SINCE_1_0.0
- */
-enum ActionButton
-{
-  ACTION_DEFAULT,       ///< Default action @SINCE_1_0.0
-  ACTION_DONE,          ///< Done @SINCE_1_0.0
-  ACTION_GO,            ///< Go action @SINCE_1_0.0
-  ACTION_JOIN,          ///< Join action @SINCE_1_0.0
-  ACTION_LOGIN,         ///< Login action @SINCE_1_0.0
-  ACTION_NEXT,          ///< Next action @SINCE_1_0.0
-  ACTION_PREVIOUS,      ///< Previous action @SINCE_1_0.0
-  ACTION_SEARCH,        ///< Search action @SINCE_1_0.0
-  ACTION_SEND,          ///< Send action @SINCE_1_0.0
-  ACTION_SIGNIN,        ///< Sign in action @SINCE_1_0.0
-  ACTION_UNSPECIFIED,   ///< Unspecified action @SINCE_1_0.0
-  ACTION_NONE           ///< Nothing to do @SINCE_1_0.0
-};
-
 } // namespace InputMethod
 
 /**