diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index e147f760..112c5b6e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -328,8 +328,7 @@ void init_engine(const Options &options) /** Clear the engine */ void exit_engine() { - // Store keys and Remove Keyboard configuration. - keyboard.store(); + // Remove Keyboard configuration. keyboard.destroy(); config.write(); |