From 54bb80251432ff49c967115f8401e7dafc5c57d6 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 19 Dec 2017 22:00:05 -0200 Subject: Several implementations on math expression block --- Project/Workspace.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'Project/Workspace.cpp') diff --git a/Project/Workspace.cpp b/Project/Workspace.cpp index 485d350..9bd249b 100644 --- a/Project/Workspace.cpp +++ b/Project/Workspace.cpp @@ -743,9 +743,6 @@ void Workspace::OnKeyDown(wxKeyEvent& event) Redraw(); } // Tests - Ctrl + Shift + L - if(event.ControlDown() && event.ShiftDown()) { - // Nothing... - } } break; case 'T': // Insert a transformer. { -- cgit