Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
remove old and redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
luspi committed Dec 14, 2014
1 parent de3a581 commit b5ae445
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 265 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SET(photoqt_SOURCES ${photoqt_SOURCES} ${p}/customradiobutton.cpp ${p}/customscr
SET(photoqt_SOURCES ${photoqt_SOURCES} ${p}/customlabel.cpp ${p}/customtabwidget.cpp ${p}/customline.h)
# manipulation/
SET(p "manipulation")
SET(photoqt_SOURCES ${photoqt_SOURCES} ${p}/cropwidget.cpp ${p}/cropbar.cpp ${p}/scale.cpp)
SET(photoqt_SOURCES ${photoqt_SOURCES} ${p}/scale.cpp)
# [other]/
SET(photoqt_SOURCES ${photoqt_SOURCES} slideshow/slideshowbar.cpp slideshow/slideshowsettings.cpp flowlayout/flowlayout.cpp wallpaper/wallpaper.cpp)

Expand Down Expand Up @@ -69,7 +69,7 @@ SET(photoqt_HEADERS ${photoqt_HEADERS} ${p}/customradiobutton.h ${p}/customscrol
SET(photoqt_HEADERS ${photoqt_HEADERS} ${p}/customtabwidget.h ${p}/customline.h)
# manipulation/
SET(p "manipulation")
SET(photoqt_HEADERS ${photoqt_HEADERS} ${p}/cropwidget.h ${p}/cropbar.h ${p}/scale.h)
SET(photoqt_HEADERS ${photoqt_HEADERS} ${p}/scale.h)
# [other]/
SET(photoqt_HEADERS ${photoqt_HEADERS} slideshow/slideshowbar.h slideshow/slideshowsettings.h flowlayout/flowlayout.h wallpaper/wallpaper.h)

Expand Down
40 changes: 0 additions & 40 deletions manipulation/cropbar.cpp

This file was deleted.

46 changes: 0 additions & 46 deletions manipulation/cropbar.h

This file was deleted.

113 changes: 0 additions & 113 deletions manipulation/cropwidget.cpp

This file was deleted.

64 changes: 0 additions & 64 deletions manipulation/cropwidget.h

This file was deleted.

0 comments on commit b5ae445

Please sign in to comment.