summaryrefslogtreecommitdiffhomepage
path: root/gui/mapping-window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mapping-window.hpp')
-rw-r--r--gui/mapping-window.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gui/mapping-window.hpp b/gui/mapping-window.hpp
index 9403bfb5..0ae3185e 100644
--- a/gui/mapping-window.hpp
+++ b/gui/mapping-window.hpp
@@ -1,5 +1,7 @@
#pragma once
+#if 0
+
#include "logic/mappings.hpp"
#include "ui_mapping-window.h"
@@ -30,3 +32,5 @@ private slots:
void doOK();
void doCancel();
};
+
+#endif