mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-22 08:03:18 +01:00
remove unused keyboard shortcut
This commit is contained in:
parent
a71c2a8504
commit
68d38ab099
@ -9,7 +9,6 @@ import * as form from '../form';
|
||||
|
||||
import { Button } from '../button';
|
||||
import { Control_text } from '../control/text';
|
||||
import { KeyboardShortcut } from '../keyboardShortcut';
|
||||
|
||||
import { node } from '../../utility/node';
|
||||
import { trimString } from '../../utility/trimString';
|
||||
@ -103,8 +102,6 @@ export const Search = function() {
|
||||
|
||||
};
|
||||
|
||||
this.delete = new KeyboardShortcut({ keycode: 8, action: () => { this.close(); } });
|
||||
|
||||
this.engine = {};
|
||||
|
||||
this.engine.set = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user