mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
Remove unused include
This commit is contained in:
parent
949c7650bd
commit
754a20b1c3
1 changed files with 0 additions and 2 deletions
|
@ -341,8 +341,6 @@ void Terminal::_notification(int what) {
|
|||
}
|
||||
}
|
||||
|
||||
#include <bitset>
|
||||
|
||||
void Terminal::_gui_input(Ref<InputEvent> event) {
|
||||
_handle_key_input(event);
|
||||
_handle_selection(event);
|
||||
|
|
Loading…
Reference in a new issue