From fc3c0aa7d951ae7833412f7586eceffdf1fdc9a4 Mon Sep 17 00:00:00 2001 From: Slendi Date: Fri, 3 Oct 2025 18:37:57 +0300 Subject: [PATCH] Cleanup part 2: Electric boogaloo Signed-off-by: Slendi --- src/LunarWM_wayland.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/LunarWM_wayland.c b/src/LunarWM_wayland.c index 6062555..5650647 100644 --- a/src/LunarWM_wayland.c +++ b/src/LunarWM_wayland.c @@ -1574,10 +1574,6 @@ static void handle_output_frame(struct wl_listener *listener, void *data) rlMatrixMode(RL_MODELVIEW); rlLoadIdentity(); - // if (!IsTextureValid(wm->renderer.main_rt.texture)) { - // wm->renderer.main_rt = LoadRenderTexture(width, height); - // } - wm->renderer.tmp_rt.id = draw_fbo; wm->renderer.tmp_rt.texture = (Texture) { .id = draw_fbo,