summaryrefslogtreecommitdiffstats
path: root/Project/Workspace.cpp
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-12-19 22:00:05 -0200
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-12-19 22:00:05 -0200
commit54bb80251432ff49c967115f8401e7dafc5c57d6 (patch)
tree3de8eada5c3c601764f60734b71707e95260eeb7 /Project/Workspace.cpp
parentc8193665975686fb8a344bee3dc94914a3d3558a (diff)
downloadPSP.git-54bb80251432ff49c967115f8401e7dafc5c57d6.tar.gz
PSP.git-54bb80251432ff49c967115f8401e7dafc5c57d6.tar.xz
PSP.git-54bb80251432ff49c967115f8401e7dafc5c57d6.zip
Several implementations on math expression block
Diffstat (limited to 'Project/Workspace.cpp')
-rw-r--r--Project/Workspace.cpp3
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.
{