diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-19 12:39:59 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-19 14:27:54 -0700 |
commit | ad66297cfd843199f39e3a231cb8311652ea183c (patch) | |
tree | fedc6cf6422fa120de30c570f3b9a7a1224242de /desktop-widgets/CMakeLists.txt | |
parent | 4fd4b75269469ee1029c51bdaf8275149d20a929 (diff) | |
download | subsurface-ad66297cfd843199f39e3a231cb8311652ea183c.tar.gz |
desktop: remove user survey
We have never made good use of the results. Let's just remove it.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/CMakeLists.txt')
-rw-r--r-- | desktop-widgets/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop-widgets/CMakeLists.txt b/desktop-widgets/CMakeLists.txt index 82a81321e..499dd27b9 100644 --- a/desktop-widgets/CMakeLists.txt +++ b/desktop-widgets/CMakeLists.txt @@ -43,7 +43,6 @@ set (SUBSURFACE_UI tableview.ui templateedit.ui urldialog.ui - usersurvey.ui webservices.ui tab-widgets/maintab.ui tab-widgets/TabDiveStatistics.ui @@ -130,8 +129,6 @@ set(SUBSURFACE_INTERFACE textedit.h updatemanager.cpp updatemanager.h - usersurvey.cpp - usersurvey.h ) if(NOT NO_USERMANUAL) |