summaryrefslogtreecommitdiff
path: root/src/gpu/stub_gpu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/stub_gpu.cc')
-rw-r--r--src/gpu/stub_gpu.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/gpu/stub_gpu.cc b/src/gpu/stub_gpu.cc
index 95e647d..d889666 100644
--- a/src/gpu/stub_gpu.cc
+++ b/src/gpu/stub_gpu.cc
@@ -63,23 +63,4 @@ 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;
- (void)bpm;
-}
-
-void gpu_add_custom_effect(Effect* effect, float start_time, float end_time,
- int priority) {
- (void)effect;
- (void)start_time;
- (void)end_time;
- (void)priority;
-}
-#endif
-
#endif // STRIP_EXTERNAL_LIBS