chore(web): minor cleanup

This commit is contained in:
Joshua A. Horton 2023-05-12 09:24:56 +07:00
parent 5611672144
commit dbf14faeb0
2 changed files with 0 additions and 3 deletions

View file

@ -3,5 +3,4 @@ export { ContextManagerBase, ContextManagerConfiguration } from './contextManage
export { default as HardKeyboard } from './hardKeyboard.js';
export { default as KeyboardInterface } from './keyboardInterface.js';
export { default as KeymanEngine } from './keymanEngine.js';
// export { LegacyAPIEventEngine } from './legacyAPIEvents.js';
export { VariableStoreCookieSerializer } from './variableStoreCookieSerializer.js';

View file

@ -305,8 +305,6 @@ export default class KeymanEngine<
this.legacyAPIEvents.removeEventListener(event, listener);
}
// Also technically TODO, even if not here: similar two methods as above for the OSK.
shutdown() {
this.legacyAPIEvents.shutdown();
this.osk?.shutdown();