Navigation Menu

Skip to content

Commit

Permalink
Remove unused member
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 6, 2017
1 parent 5350483 commit 0231e77
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/core/processing/qgsprocessingcontext.h
Expand Up @@ -178,13 +178,6 @@ class CORE_EXPORT QgsProcessingContext
mLayersToLoadOnCompletion.insert( layer, details );
}

/**
* Returns a map of output values stored in the context. These are grouped with the map keys
* matching the algorithm name for multi-algorithm models.
* \note not available in Python bindings
*/
SIP_SKIP QMap<QString, QVariantMap> &outputMap() { return mOutputMap; }

/**
* Returns the behavior used for checking invalid geometries in input layers.
* \see setInvalidGeometryCheck()
Expand Down Expand Up @@ -369,7 +362,6 @@ class CORE_EXPORT QgsProcessingContext
QPointer< QgsProject > mProject;
//! Temporary project owned by the context, used for storing temporarily loaded map layers
QgsMapLayerStore tempLayerStore;
QMap< QString, QVariantMap > mOutputMap;
QgsExpressionContext mExpressionContext;
QgsFeatureRequest::InvalidGeometryCheck mInvalidGeometryCheck = QgsFeatureRequest::GeometryNoCheck;
std::function< void( const QgsFeature & ) > mInvalidGeometryCallback;
Expand Down

0 comments on commit 0231e77

Please sign in to comment.