Remove Format::None

This commit is contained in:
Andrzej Rybczak
2016-12-22 16:16:53 +01:00
parent 5445c41aaa
commit 9c13827b62
2 changed files with 20 additions and 18 deletions

View File

@@ -195,7 +195,6 @@ enum class TermManip { ClearToEOL };
/// Format flags used by NCurses
enum class Format {
None,
Bold, NoBold,
Underline, NoUnderline,
Reverse, NoReverse,