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