aboutsummaryrefslogtreecommitdiff
path: root/src/CGEditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CGEditor.cpp')
-rw-r--r--src/CGEditor.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/CGEditor.cpp b/src/CGEditor.cpp
index 4edf95e..737db39 100644
--- a/src/CGEditor.cpp
+++ b/src/CGEditor.cpp
@@ -40,12 +40,6 @@ void CGEditor::Draw() {
DrawComponent(SBH);
DrawComponent(ME);
- // Handle events
- for (Event &e : status.Events) {
- HandleEvent(e);
- }
- status.Events.clear();
-
// Update mouse events
status.LeftClick = false;
status.RightClick = false;