diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-21 16:49:16 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-21 16:59:14 +0100 |
commit | 6ba9e1a9a2c593cf1d49a57eec103a71c7119503 (patch) | |
tree | bf23a2cb5493f7160fb2fe4a34a930a9d805e725 /gui/mapping-window.hpp | |
parent | 2c3b431aacc5decfacdd45a88cb0bd217303f64b (diff) |
gui: remove mapping window
Diffstat (limited to 'gui/mapping-window.hpp')
-rw-r--r-- | gui/mapping-window.hpp | 4 |
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 |