From bc65476a12234468b31a109cf23322906454829f Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 6 Jun 2021 10:13:40 +0200 Subject: [PATCH] unused variable removed --- complex2.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/complex2.cpp b/complex2.cpp index 83ac21ad..aebdbc25 100644 --- a/complex2.cpp +++ b/complex2.cpp @@ -1367,7 +1367,6 @@ EX namespace dice { #if !CAP_EXTFONT pointfunction pf = [&] (ld x, ld y) { - hyperpoint hs; dynamicval g(geometry, highdim); return sphere_to_space(normalize(ctr + cx * x + cy * y)); };