minor adjustments

This commit is contained in:
2020-04-26 16:25:58 +02:00
parent 1fee46899e
commit 72a9b50298
4 changed files with 11 additions and 59 deletions

View File

@@ -20,9 +20,7 @@ enum PluginItemType {
};
enum PluginMenuType {
PLUGIN_MENU_TYPE_GLOBAL = 0,
PLUGIN_MENU_TYPE_CHANNEL,
PLUGIN_MENU_TYPE_CLIENT
PLUGIN_MENU_TYPE_GLOBAL = 0
};
#define PLUGIN_MENU_BUFSZ 128