We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0025daa commit 7fa93c2Copy full SHA for 7fa93c2
1 file changed
include/cpp_event_framework/Statemachine.hxx
@@ -152,13 +152,6 @@ public:
152
*/
153
class Transition
154
{
155
- public:
156
- /**
157
- * @brief Type of action handler (for compatibility, use Statemachine::ActionType instead)
158
- *
159
- */
160
- using ActionType = Statemachine::ActionType;
161
-
162
private:
163
// this class is for internal use by Statemachine only
164
friend class Statemachine;
0 commit comments