diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-06-13 21:40:59 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-06-13 21:41:28 +0300 |
commit | 60763a9551bea003271de9307923327e7a39b63e (patch) | |
tree | 3b95ef69a49e293451549f0f0a038db38d716d2b /include/formula | |
parent | 2797c4a0efe60726467593c6f2ea93774038b683 (diff) |
FormulaTokenArray::FirstRPN() can go away now
Change-Id: Ic9570421f176c8bc078c1d33697a5f379e05111b
Diffstat (limited to 'include/formula')
-rw-r--r-- | include/formula/tokenarray.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/formula/tokenarray.hxx b/include/formula/tokenarray.hxx index 109146c56b87..0fbfd30e0b27 100644 --- a/include/formula/tokenarray.hxx +++ b/include/formula/tokenarray.hxx @@ -219,7 +219,6 @@ public: FormulaToken* PeekNext(); FormulaToken* PeekPrevNoSpaces(); /// Only after Reset/First/Next/Last/Prev! FormulaToken* PeekNextNoSpaces(); /// Only after Reset/First/Next/Last/Prev! - FormulaToken* FirstRPN() { nIndex = 0; return NextRPN(); } FormulaToken* FirstRPNToken() const; FormulaToken* NextRPN(); FormulaToken* LastRPN() { nIndex = nRPN; return PrevRPN(); } |