From 9f1fddc47ce10fbc65cdeaa70461063b9921434e Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 6 Aug 2024 05:57:21 +0200 Subject: Copy Config from gpu-screen-recorder-gtk, make it more modern and efficient with string_view and variant, use string_view in gsr info parsing --- include/gui/Button.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'include/gui/Button.hpp') diff --git a/include/gui/Button.hpp b/include/gui/Button.hpp index 0a07423..4f8b404 100644 --- a/include/gui/Button.hpp +++ b/include/gui/Button.hpp @@ -24,7 +24,6 @@ namespace gsr { private: mgl::vec2f size; mgl::Color bg_color; - bool mouse_inside = false; mgl::Text text; }; } \ No newline at end of file -- cgit v1.2.3