summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 112c5b6e..613d78a7 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -328,9 +328,6 @@ void init_engine(const Options &options)
/** Clear the engine */
void exit_engine()
{
- // Remove Keyboard configuration.
- keyboard.destroy();
-
config.write();
delete gui;