diff options
Diffstat (limited to 'protocols/Slack/src/slack_menus.h')
| -rw-r--r-- | protocols/Slack/src/slack_menus.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/protocols/Slack/src/slack_menus.h b/protocols/Slack/src/slack_menus.h deleted file mode 100644 index 7270a6d6db..0000000000 --- a/protocols/Slack/src/slack_menus.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef _SLACK_MENUS_H_ -#define _SLACK_MENUS_H_ - -#define CMI_POSITION -201001000 - -enum CMI_MENU_ITEMS -{ - CMI_AUTH_REQUEST, - CMI_AUTH_GRANT, - CMI_MAX // this item shall be the last one -}; - -#define SMI_POSITION 200000 - -enum SMI_MENU_ITEMS -{ - SMI_MAX // this item shall be the last one -}; - -#endif //_SLACK_MENUS_H_ |
