diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2016-02-25 17:30:36 +0900 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2016-02-26 08:28:55 +0000 |
commit | cb33820fc08e2ec9d2ca15740003452df4843f1e (patch) | |
tree | 1190897e09d7854861e0ded3e266e67e338c357c /starmath | |
parent | 911ae0aeca443fb4b5e400ae0f939567b580e443 (diff) |
starmath: Drop unused variable declaration
Change-Id: Ibc2a5930e516628cfe5fb7986c4ba814533dbf25
Reviewed-on: https://gerrit.libreoffice.org/22692
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/node.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx index 720872aa9932..bd30531e06d7 100644 --- a/starmath/inc/node.hxx +++ b/starmath/inc/node.hxx @@ -54,8 +54,6 @@ enum class FontSizeType { #define FLG_HORALIGN 0x0040 -extern SmFormat *pActiveFormat; - class SmVisitor; class SmDocShell; class SmNode; |