diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-09-12 11:39:25 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-09-12 08:36:10 -0700 |
commit | 762c5276fd7e49ec5f4e76973c1159b31e4fec63 (patch) | |
tree | e4c6a16a51f6df3b8d52594dc15d14b9e4a33f39 /desktop-widgets/CMakeLists.txt | |
parent | 60a5a1176d21a243275ad9d4b2285e973c2c6978 (diff) | |
download | subsurface-762c5276fd7e49ec5f4e76973c1159b31e4fec63.tar.gz |
cleanup: remove empty files in desktop-widgets/statistics
This functionality never came to be and there are fundamentally
different plans floating around. Therefore, remove these empty
files.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/CMakeLists.txt')
-rw-r--r-- | desktop-widgets/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop-widgets/CMakeLists.txt b/desktop-widgets/CMakeLists.txt index 499dd27b9..1de8914ee 100644 --- a/desktop-widgets/CMakeLists.txt +++ b/desktop-widgets/CMakeLists.txt @@ -164,14 +164,8 @@ source_group("Subsurface Interface" FILES ${SUBSURFACE_INTERFACE}) # the yearly statistics widget. set(SUBSURFACE_STATISTICS_LIB_SRCS - statistics/monthstatistics.cpp - statistics/monthstatistics.h - statistics/statisticsbar.cpp - statistics/statisticsbar.h statistics/statisticswidget.cpp statistics/statisticswidget.h - statistics/yearstatistics.cpp - statistics/yearstatistics.h ) source_group("Subsurface Statistics" FILES ${SUBSURFACE_STATISTICS_LIB_SRCS}) |