aboutsummaryrefslogtreecommitdiff
path: root/src/Types.hpp
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-02-17 10:07:54 +0100
committerLoic Guegan <manzerbredes@mailbox.org>2022-02-17 10:07:54 +0100
commitcba432b023d3aba5cebc7a04afec3c94d8cac972 (patch)
tree32eed0b1d9be9d3ab7b16945ee202b018fcb7dae /src/Types.hpp
parente9d6188092150e310e219d9469a3f15c0267a6a9 (diff)
Debug and clean editor
Diffstat (limited to 'src/Types.hpp')
-rw-r--r--src/Types.hpp2
1 files changed, 0 insertions, 2 deletions
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;