diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-03-07 12:48:56 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-07 08:55:22 -0800 |
commit | 8f43ad8100c779b802586394f08d2572911d4d15 (patch) | |
tree | 7ba28102b4b77ede5bd5932c6437684c61bedab5 /subsurface.pro | |
parent | ac9a23ef3b6942093bc33a5ee4fac89bec665581 (diff) | |
download | subsurface-8f43ad8100c779b802586394f08d2572911d4d15.tar.gz |
Remove the code for the old Profile.
This is simply a code removal, nothing was touched besides the
profilegraphics.h/cpp files.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
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 e664f6a75..9efbc1376 100644 --- a/subsurface.pro +++ b/subsurface.pro @@ -48,7 +48,6 @@ HEADERS = \ qt-ui/printdialog.h \ qt-ui/printlayout.h \ qt-ui/printoptions.h \ - qt-ui/profilegraphics.h \ qt-ui/simplewidgets.h \ qt-ui/starwidget.h \ qt-ui/subsurfacewebservices.h \ @@ -109,7 +108,6 @@ SOURCES = \ qt-ui/printdialog.cpp \ qt-ui/printlayout.cpp \ qt-ui/printoptions.cpp \ - qt-ui/profilegraphics.cpp \ qt-ui/simplewidgets.cpp \ qt-ui/starwidget.cpp \ qt-ui/subsurfacewebservices.cpp \ |