Fix build with GCC.

This commit is contained in:
John Preston 2023-07-24 15:31:43 +04:00
parent 88a165d676
commit 320db83155
1 changed files with 0 additions and 4 deletions

View File

@ -332,11 +332,7 @@ void List::paint(
bool layered) {
const auto &st = _st.small;
const auto &full = _st.full;
const auto ratio = layout.ratio;
const auto expandRatio = layout.expandRatio;
const auto lerp = [&](float64 a, float64 b) {
return a + (b - a) * ratio;
};
const auto elerp = [&](float64 a, float64 b) {
return a + (b - a) * expandRatio;
};