diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-12-24 10:10:41 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-12-24 07:24:11 -0800 |
commit | 5e446fd258e8ee200f2b8b19e86374add17b8287 (patch) | |
tree | d9fe54896057e013a643a699504b06fbff574dd8 | |
parent | 8da5a8649bec48b562c0983a8fe42b594e23d60c (diff) | |
download | subsurface-5e446fd258e8ee200f2b8b19e86374add17b8287.tar.gz |
removed unused files.
Thise files dates back from the beginning of the Qt port and
were never used anyway...
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/plotareascene.cpp | 6 | ||||
-rw-r--r-- | qt-ui/plotareascene.h | 6 | ||||
-rw-r--r-- | subsurface.pro | 2 |
3 files changed, 0 insertions, 14 deletions
diff --git a/qt-ui/plotareascene.cpp b/qt-ui/plotareascene.cpp deleted file mode 100644 index a728040f5..000000000 --- a/qt-ui/plotareascene.cpp +++ /dev/null @@ -1,6 +0,0 @@ -/* - * plotareascene.cpp - * - * classes for profile plot area scene of Subsurface - * - */ diff --git a/qt-ui/plotareascene.h b/qt-ui/plotareascene.h deleted file mode 100644 index a5b07d1be..000000000 --- a/qt-ui/plotareascene.h +++ /dev/null @@ -1,6 +0,0 @@ -/* - * plotareascene.h - * - * header file for the profile plot area scene of Subsurface - * - */ diff --git a/subsurface.pro b/subsurface.pro index b5180223b..ad5af3061 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -39,7 +39,6 @@ HEADERS = \ qt-ui/mainwindow.h \ qt-ui/modeldelegates.h \ qt-ui/models.h \ - qt-ui/plotareascene.h \ qt-ui/preferences.h \ qt-ui/printdialog.h \ qt-ui/printlayout.h \ @@ -87,7 +86,6 @@ SOURCES = \ qt-ui/mainwindow.cpp \ qt-ui/modeldelegates.cpp \ qt-ui/models.cpp \ - qt-ui/plotareascene.cpp \ qt-ui/preferences.cpp \ qt-ui/printdialog.cpp \ qt-ui/printlayout.cpp \ |