mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 14:02:45 -05: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