From 6ba9e1a9a2c593cf1d49a57eec103a71c7119503 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 Mar 2017 16:49:16 +0100 Subject: gui: remove mapping window --- gui/mapping-window.cpp | 4 ++++ gui/mapping-window.hpp | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'gui') diff --git a/gui/mapping-window.cpp b/gui/mapping-window.cpp index 007e3217..25312f41 100644 --- a/gui/mapping-window.cpp +++ b/gui/mapping-window.cpp @@ -6,6 +6,8 @@ * notice appear in all copies. */ +#if 0 + #include "mapping-window.hpp" #include "logic/main-settings.hpp" #include "spline-widget/spline-widget.hpp" @@ -151,3 +153,5 @@ void MapWidget::doCancel() invalidate_dialog(); close(); } + +#endif 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 -- cgit v1.2.3