unused variable removed

This commit is contained in:
Zeno Rogue 2021-06-06 10:13:40 +02:00
parent 0e7adf28a8
commit bc65476a12
1 changed files with 0 additions and 1 deletions

View File

@ -1367,7 +1367,6 @@ EX namespace dice {
#if !CAP_EXTFONT
pointfunction pf = [&] (ld x, ld y) {
hyperpoint hs;
dynamicval<eGeometry> g(geometry, highdim);
return sphere_to_space(normalize(ctr + cx * x + cy * y));
};