summaryrefslogtreecommitdiff
path: root/src/gpu/headless_gpu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/headless_gpu.cc')
-rw-r--r--src/gpu/headless_gpu.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/headless_gpu.cc b/src/gpu/headless_gpu.cc
index f204a78..172a916 100644
--- a/src/gpu/headless_gpu.cc
+++ b/src/gpu/headless_gpu.cc
@@ -73,10 +73,6 @@ const GpuContext* gpu_get_context() {
return &ctx;
}
-MainSequence* gpu_get_main_sequence() {
- return nullptr;
-}
-
#if !defined(STRIP_ALL)
void gpu_simulate_until(float time, float bpm) {
(void)time;