mirror of
https://github.com/YACReader/yacreader
synced 2025-07-20 14:04:40 -04:00
Remove unused constant
This commit is contained in:
@ -36,8 +36,7 @@ enum YACReaderErrors {
|
||||
enum SearchModifiers {
|
||||
NoModifiers = 0,
|
||||
OnlyRead,
|
||||
OnlyUnread,
|
||||
ByAuthor
|
||||
OnlyUnread
|
||||
};
|
||||
|
||||
enum LabelColors {
|
||||
|
Reference in New Issue
Block a user