mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
Remove an unused instance of an unnamed enum.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@51343 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -159,7 +159,7 @@ enum {
|
||||
enum {
|
||||
OPT_ARG_WAITMARKED = 0,
|
||||
OPT_ARG_ARRAY_SIZE = 1,
|
||||
} meetme_option_args;
|
||||
};
|
||||
|
||||
AST_APP_OPTIONS(meetme_opts, {
|
||||
AST_APP_OPTION('A', CONFFLAG_MARKEDUSER ),
|
||||
|
Reference in New Issue
Block a user