mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-30 09:04:35 +02:00
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
|
enum CommentType
|
||||||
{
|
{
|
||||||
CommentUser = 1,
|
CommentUser = 1,
|
||||||
CommentDowntime = 2,
|
|
||||||
CommentFlapping = 3,
|
|
||||||
CommentAcknowledgement = 4
|
CommentAcknowledgement = 4
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user