aboutsummaryrefslogtreecommitdiff
path: root/src/CGEditor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CGEditor.hpp')
-rw-r--r--src/CGEditor.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CGEditor.hpp b/src/CGEditor.hpp
index d30d05e..e463170 100644
--- a/src/CGEditor.hpp
+++ b/src/CGEditor.hpp
@@ -27,8 +27,6 @@ protected:
void Draw();
/// @brief Draw an element on the canvas
virtual void DrawElement(const Element &) = 0;
- /// @brief Handle event that occured during editor drawing
- virtual void HandleEvent(const Event &) = 0;
public:
CGEditor();