diff options
| author | 2013-12-24 10:10:41 -0200 | |
|---|---|---|
| committer | 2013-12-24 07:24:11 -0800 | |
| commit | 5e446fd258e8ee200f2b8b19e86374add17b8287 (patch) | |
| tree | d9fe54896057e013a643a699504b06fbff574dd8 /subsurface.pro | |
| 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>
Diffstat (limited to 'subsurface.pro')
| -rw-r--r-- | subsurface.pro | 2 |
1 files changed, 0 insertions, 2 deletions
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 \ |