diff options
Diffstat (limited to 'src/gpu/gpu_headless.cc')
| -rw-r--r-- | src/gpu/gpu_headless.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gpu/gpu_headless.cc b/src/gpu/gpu_headless.cc index 547ca18..c60da00 100644 --- a/src/gpu/gpu_headless.cc +++ b/src/gpu/gpu_headless.cc @@ -48,15 +48,6 @@ void gpu_init(PlatformState* platform_state) { } } -void gpu_draw(float audio_peak, float aspect_ratio, float time, float beat_time, - float beat_phase) { - (void)audio_peak; - (void)aspect_ratio; - (void)time; - (void)beat_time; - (void)beat_phase; -} - void gpu_resize(int width, int height) { (void)width; (void)height; |
