mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Fix build with GCC.
This commit is contained in:
parent
88a165d676
commit
320db83155
1 changed files with 0 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue