summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-28 08:59:55 +0100
committerskal <pascal.massimino@gmail.com>2026-02-28 08:59:55 +0100
commit6599a428cd69be6c66c5179e1f0fce42f561f935 (patch)
tree8c33b2c61638221c31efe1d31cb3c52845801d6b /src/util
parentd26866fb6cf7bd22c90000055cd27a65c31766dd (diff)
remove unused util/math.h
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'src/util')
-rw-r--r--src/util/math.h9
1 files changed, 0 insertions, 9 deletions
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) */