CommentType: remove unused variants

This commit is contained in:
Alexander A. Klimov 2019-11-26 11:29:04 +01:00
parent 287e4c3a8d
commit dcfc494d4d
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
};