Fix -Wunused-const-variable warnings by removing unused variables
This commit is contained in:
parent
2d7532bddd
commit
49b4b35efa
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@ namespace {
|
||||||
|
|
||||||
constexpr auto kStringLinkIndexShift = uint16(0x8000);
|
constexpr auto kStringLinkIndexShift = uint16(0x8000);
|
||||||
constexpr auto kMaxDiacAfterSymbol = 2;
|
constexpr auto kMaxDiacAfterSymbol = 2;
|
||||||
constexpr auto kSelectedSpoilerOpacity = 0.5;
|
|
||||||
|
|
||||||
inline bool IsMono(int32 flags) {
|
inline bool IsMono(int32 flags) {
|
||||||
return (flags & TextBlockFPre) || (flags & TextBlockFCode);
|
return (flags & TextBlockFPre) || (flags & TextBlockFCode);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue