CommentType: remove unused variants

This commit is contained in:
Alexander A. Klimov 2019-11-26 11:29:04 +01:00
parent 287e4c3a8d
commit dcfc494d4d

View File

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