summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/app/main.cc1
-rw-r--r--src/util/math.h9
2 files changed, 0 insertions, 10 deletions
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 <cmath>
#include <cstdio>
#include <cstdlib>
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) */