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/app/main.cc | 1 - src/util/math.h | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 src/util/math.h diff --git a/src/app/main.cc b/src/app/main.cc index e020a2a..c85877b 100644 --- a/src/app/main.cc +++ b/src/app/main.cc @@ -22,7 +22,6 @@ #include "gpu/demo_effects.h" #include "gpu/gpu.h" #include "platform/platform.h" -#include "util/math.h" #include #include #include 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