| 33 | private: |
| 34 | friend class ACT_TYPE<ACT_NAME, ACT_EXEC_CTX>; |
| 35 | static Response Execute_(const ACT_EXEC_CTX& ctx, SessionContext& stx, Params&& in) |
| 36 | { |
| 37 | ctx.pHotkeys->ClearAction(in.action); |
| 38 | return {}; |
| 39 | } |
| 40 | }; |
| 41 | |
| 42 | #ifdef PM_ASYNC_ACTION_REGISTRATION_ |
nothing calls this directly
no test coverage detected