Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
remove unused variables
- Loading branch information
|
@@ -588,7 +588,6 @@ QgsFeatureRendererV2* QgsCategorizedSymbolRendererV2::create( QDomElement& eleme |
|
|
QDomElement rotationElem = element.firstChildElement( "rotation" ); |
|
|
if ( !rotationElem.isNull() && !rotationElem.attribute( "field" ).isEmpty() ) |
|
|
{ |
|
|
const QgsDataDefined dd( rotationElem.attribute( "field" ) ); |
|
|
QgsCategoryList::iterator it = r->mCategories.begin(); |
|
|
for ( ; it != r->mCategories.end(); ++it ) |
|
|
{ |
|
|
|
@@ -1028,7 +1028,6 @@ QgsFeatureRendererV2* QgsGraduatedSymbolRendererV2::create( QDomElement& element |
|
|
QDomElement rotationElem = element.firstChildElement( "rotation" ); |
|
|
if ( !rotationElem.isNull() && !rotationElem.attribute( "field" ).isEmpty() ) |
|
|
{ |
|
|
const QgsDataDefined dd( rotationElem.attribute( "field" ) ); |
|
|
for ( QgsRangeList::iterator it = r->mRanges.begin(); it != r->mRanges.end(); ++it ) |
|
|
{ |
|
|
convertSymbolRotation( it->symbol(), rotationElem.attribute( "field" ) ); |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.