From 92b1112be476cd97a2263b8161196d3efe2462a5 Mon Sep 17 00:00:00 2001 From: TurtleP Date: Mon, 4 Nov 2024 08:41:34 -0500 Subject: [PATCH] why was this here --- platform/cafe/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/cafe/CMakeLists.txt b/platform/cafe/CMakeLists.txt index 8894fa71..02e5d280 100644 --- a/platform/cafe/CMakeLists.txt +++ b/platform/cafe/CMakeLists.txt @@ -28,7 +28,6 @@ source/driver/audio/SoundChannel.cpp source/driver/display/Framebuffer.cpp source/driver/display/GX2.cpp source/driver/display/Uniform.cpp -source/driver/graphics/StreamBuffer.cpp source/driver/EventQueue.cpp source/modules/audio/Source.cpp source/modules/graphics/Graphics.cpp