Merge pull request #7655 from Icinga/bugfix/commenttype

CommentType: remove unused variants
This commit is contained in:
Noah Hilverling 2019-11-26 15:47:45 +01:00 committed by GitHub
commit 6508e880b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ code {{{
enum CommentType
{
CommentUser = 1,
CommentDowntime = 2,
CommentFlapping = 3,
CommentAcknowledgement = 4
};