summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-11-14 14:57:21 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-11-14 23:53:52 -0500
commit8819e6909568ec8e3feebb4226ef4f381af209a9 (patch)
treef66470ecc1d137da1a2c3fccd020b482d244b71a /include
parentd9a914fe5b221f879c6fb7873c7e7011dc655421 (diff)
Remove unused member.
Change-Id: I8331251f77fb202375370a425e01862aa0f6310d
Diffstat (limited to 'include')
-rw-r--r--include/formula/FormulaCompiler.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/formula/FormulaCompiler.hxx b/include/formula/FormulaCompiler.hxx
index e851fcfc521e..b450ed69113e 100644
--- a/include/formula/FormulaCompiler.hxx
+++ b/include/formula/FormulaCompiler.hxx
@@ -320,7 +320,6 @@ protected:
FormulaTokenRef mpToken; // current token
FormulaTokenRef pCurrentFactorToken; // current factor token (of Factor() method)
FormulaTokenArray* pArr;
- ExternalReferenceHelper* pExternalRef;
FormulaToken** pCode;
FormulaArrayStack* pStack;