summaryrefslogtreecommitdiff
path: root/src/gpu/gpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gpu.cpp')
-rw-r--r--src/gpu/gpu.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/gpu.cpp b/src/gpu/gpu.cpp
deleted file mode 100644
index 4e48887..0000000
--- a/src/gpu/gpu.cpp
+++ /dev/null
@@ -1,5 +0,0 @@
-#include "gpu.h"
-
-void gpu_init(GLFWwindow*) {}
-void gpu_draw() {}
-void gpu_shutdown() {}