From cba432b023d3aba5cebc7a04afec3c94d8cac972 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 17 Feb 2022 10:07:54 +0100 Subject: Debug and clean editor --- src/Types.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Types.hpp') diff --git a/src/Types.hpp b/src/Types.hpp index 68aa3fe..e2ad0e2 100644 --- a/src/Types.hpp +++ b/src/Types.hpp @@ -71,8 +71,6 @@ typedef struct Status { double MarginBarWidth = 50; double ScrollbarWidth = 30; double MoveIconWidth = 25; - double MenuX, MenuY; - double MoveX, MoveY; std::uint16_t CommentLinePerRow = 2; /// @brief Ask the editor to scroll for a specific amout of pixels double EventVScroll = 0, EventHScroll = 0; -- cgit v1.2.3