From 3c33f0f8136a8cd3844c9dc087daabf16443fa40 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 27 Dec 2024 21:02:57 +0100 Subject: Use correct alpha blending for transparent window --- src/window/Window.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/window') diff --git a/src/window/Window.cpp b/src/window/Window.cpp index 615b1a9..731ca8e 100644 --- a/src/window/Window.cpp +++ b/src/window/Window.cpp @@ -186,14 +186,6 @@ namespace mgl { return result; } - void Window::set_texture_blend_func() { - mgl_window_set_texture_blend_func(&window); - } - - void Window::set_render_blend_func() { - mgl_window_set_render_blend_func(&window); - } - WindowHandle Window::get_system_handle() const { return window.window; } -- cgit v1.2.3