From 6599a428cd69be6c66c5179e1f0fce42f561f935 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 28 Feb 2026 08:59:55 +0100 Subject: remove unused util/math.h Co-Authored-By: Claude Sonnet 4.6 --- src/util/math.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/util/math.h (limited to 'src/util') diff --git a/src/util/math.h b/src/util/math.h deleted file mode 100644 index f565b76..0000000 --- a/src/util/math.h +++ /dev/null @@ -1,9 +0,0 @@ -// This file is part of the 64k demo project. -// It provides shared mathematical utilities and constants. -// Used across both audio and graphics subsystems. - -#pragma once - -#if !defined(M_PI) -#define M_PI 3.14159265358979323846 -#endif /* !defined(M_PI) */ -- cgit v1.2.3