diff options
Diffstat (limited to 'src/gpu/gpu_stub.cc')
| -rw-r--r-- | src/gpu/gpu_stub.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gpu/gpu_stub.cc b/src/gpu/gpu_stub.cc index d889666..246c3a6 100644 --- a/src/gpu/gpu_stub.cc +++ b/src/gpu/gpu_stub.cc @@ -41,15 +41,6 @@ void gpu_init(PlatformState* platform_state) { (void)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; |
