From dcfc494d4d4760bbbbd363c564b10c63aed5f5a9 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 26 Nov 2019 11:29:04 +0100 Subject: [PATCH] CommentType: remove unused variants --- lib/icinga/comment.ti | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/icinga/comment.ti b/lib/icinga/comment.ti index 4bf667f31..9e2a4f09a 100644 --- a/lib/icinga/comment.ti +++ b/lib/icinga/comment.ti @@ -18,8 +18,6 @@ code {{{ enum CommentType { CommentUser = 1, - CommentDowntime = 2, - CommentFlapping = 3, CommentAcknowledgement = 4 };