Remove unused constant

This commit is contained in:
Luis Ángel San Martín 2021-01-14 11:37:37 +01:00
parent 5343d24f26
commit c3b0780e03

View File

@ -36,8 +36,7 @@ enum YACReaderErrors {
enum SearchModifiers { enum SearchModifiers {
NoModifiers = 0, NoModifiers = 0,
OnlyRead, OnlyRead,
OnlyUnread, OnlyUnread
ByAuthor
}; };
enum LabelColors { enum LabelColors {