Simon Hunt

GUI -- Removed out of date comment.

...@@ -66,7 +66,6 @@ ...@@ -66,7 +66,6 @@
66 note(view, 'Key = ' + key + ' KeyCode = ' + keyCode); 66 note(view, 'Key = ' + key + ' KeyCode = ' + keyCode);
67 } 67 }
68 68
69 - // Keys using a keyset to target specific keys only
70 function load(view, ctx) { 69 function load(view, ctx) {
71 // this maps specific keys to specific functions (1) 70 // this maps specific keys to specific functions (1)
72 view.setKeys(keyDispatch); 71 view.setKeys(keyDispatch);
......