Skip to content

Commit ad08a28

Browse files
committedJun 13, 2014
remove unused QgsPasteTransformations class
1 parent f2de7c2 commit ad08a28

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed
 

‎src/app/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ SET(QGIS_APP_SRCS
9292
qgsmeasuretool.cpp
9393
qgsmergeattributesdialog.cpp
9494
qgsoptions.cpp
95-
#qgspastetransformations.cpp
9695
qgspointrotationitem.cpp
9796
qgspluginmetadata.cpp
9897
qgspluginregistry.cpp
@@ -235,7 +234,6 @@ SET (QGIS_APP_MOC_HDRS
235234
qgsmeasuretool.h
236235
qgsmergeattributesdialog.h
237236
qgsoptions.h
238-
#qgspastetransformations.h
239237
qgsprojectlayergroupdialog.h
240238
qgsprojectproperties.h
241239
qgsrastercalcdialog.h

‎src/app/qgisapp.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@
159159
#include "qgsmultibandcolorrenderer.h"
160160
#include "qgsnewvectorlayerdialog.h"
161161
#include "qgsoptions.h"
162-
// #include "qgspastetransformations.h"
163162
#include "qgspluginlayer.h"
164163
#include "qgspluginlayerregistry.h"
165164
#include "qgspluginmanager.h"

0 commit comments

Comments
 (0)
Please sign in to comment.