Skip to content

Commit b1a38b6

Browse files
committedApr 16, 2018
Remove some unused variables
1 parent 9219f5a commit b1a38b6

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed
 

‎src/core/qgserror.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,6 @@ class CORE_EXPORT QgsErrorMessage
6969
QString mFile;
7070
QString mFunction;
7171
int mLine = 0;
72-
73-
//! Message format
74-
Format mFormat = Text;
7572
};
7673

7774
/**

‎src/core/raster/qgsrasterfilewriter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ QgsRasterFileWriter::WriterError QgsRasterFileWriter::writeImageRaster( QgsRaste
497497
void *greenData = qgsMalloc( mMaxTileWidth * mMaxTileHeight );
498498
void *blueData = qgsMalloc( mMaxTileWidth * mMaxTileHeight );
499499
void *alphaData = qgsMalloc( mMaxTileWidth * mMaxTileHeight );
500-
QgsRectangle mapRect;
501500
int iterLeft = 0, iterTop = 0, iterCols = 0, iterRows = 0;
502501
int fileIndex = 0;
503502

0 commit comments

Comments
 (0)
Please sign in to comment.