Skip to content

Commit

Permalink
Remove duplicated protected
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Oct 25, 2017
1 parent 385655f commit 2bfb366
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions python/core/qgsvectorlayerundopassthroughcommand.sip
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ class QgsVectorLayerUndoPassthroughCommand : QgsVectorLayerUndoCommand
%End


protected:

};


Expand Down
2 changes: 0 additions & 2 deletions src/core/qgsvectorlayerundopassthroughcommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ class CORE_EXPORT QgsVectorLayerUndoPassthroughCommand : public QgsVectorLayerUn
void setError();

QString mSavePointId;

protected:
QString mError;

private:
Expand Down

0 comments on commit 2bfb366

Please sign in to comment.