From 15e83f6b834e2c1cc8e8542435daa46c84dc028c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 28 Jul 2019 12:24:56 +0200 Subject: [PATCH] some junk removed --- hyper.h | 2 +- sol.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/hyper.h b/hyper.h index 878cf9c3..aa8165f8 100644 --- a/hyper.h +++ b/hyper.h @@ -5629,7 +5629,7 @@ namespace kite { namespace solv { extern transmatrix local_perspective, ilocal_perspective; hrmap *new_map(); - bool inverse_exp(hyperpoint h, hyperpoint& res); + hyperpoint inverse_exp(hyperpoint h); transmatrix get_solmul(const transmatrix T, const transmatrix V); extern string solshader; diff --git a/sol.cpp b/sol.cpp index a07c2ecd..3cbc031c 100644 --- a/sol.cpp +++ b/sol.cpp @@ -3,8 +3,6 @@ // Copyright (C) 2011-2019 Zeno Rogue, see 'hyper.cpp' for details -#include "extra/solv/common.cpp" - namespace hr { namespace solv {