Remove m_drawHints, fix duplicate zone drawing (#7300)

This commit is contained in:
Ivan Stošić
2020-10-15 17:08:55 +02:00
committed by GitHub
parent 001c3304a2
commit 598729f84c
4 changed files with 7 additions and 20 deletions

View File

@@ -26,6 +26,5 @@ namespace ZoneWindowDrawing
int zoneOpacity,
const std::vector<winrt::com_ptr<IZone>>& zones,
const std::vector<size_t>& highlightZones,
bool flashMode,
bool drawHints) noexcept;
bool flashMode) noexcept;
}