mirror of https://github.com/Icinga/icinga2.git
Merge pull request #7655 from Icinga/bugfix/commenttype
CommentType: remove unused variants
This commit is contained in:
commit
6508e880b4
|
@ -18,8 +18,6 @@ code {{{
|
|||
enum CommentType
|
||||
{
|
||||
CommentUser = 1,
|
||||
CommentDowntime = 2,
|
||||
CommentFlapping = 3,
|
||||
CommentAcknowledgement = 4
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue