Skip to content

Commit

Permalink
Mod/Spreadsheet: Removed unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindkv authored and wwmayer committed Sep 11, 2015
1 parent e0f3ab2 commit b4ee6b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Spreadsheet/App/Expression.h
Expand Up @@ -127,7 +127,6 @@ class SpreadsheetExport Path {
const std::string & getPropertyName() const { return components[propertyIndex].component; }

const Component & getPropertyComponent(std::size_t i) const { assert(i < components.size()); return components[propertyIndex + i]; }
const std::string & getSubComponent(int i) const { assert(i >= 1); return components[propertyIndex - 1].component; }

std::string getSubPathStr() const;

Expand Down

0 comments on commit b4ee6b9

Please sign in to comment.