diff options
Diffstat (limited to 'Project/Workspace.cpp')
-rw-r--r-- | Project/Workspace.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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. { |