Debug and clean editor

This commit is contained in:
Loic Guegan 2022-02-17 10:07:54 +01:00
parent e9d6188092
commit cba432b023
2 changed files with 4 additions and 6 deletions

View file

@ -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;