diff options
author | Andras Timar <atimar@suse.com> | 2011-11-08 11:10:05 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-11-08 11:10:33 +0100 |
commit | 527f070dd5738f4647eb2b7f9e629b0107aad14d (patch) | |
tree | 3785b4e1a07ca1b8ef6b414edb8a46363de1564b /l10ntools | |
parent | cfe3d74c60169b1b0ca010b31b8e5d705c0f58a7 (diff) |
remove unused global variables
Diffstat (limited to 'l10ntools')
-rw-r--r-- | l10ntools/source/export.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/l10ntools/source/export.cxx b/l10ntools/source/export.cxx index 672a8cf48fc0..7a3355c126f5 100644 --- a/l10ntools/source/export.cxx +++ b/l10ntools/source/export.cxx @@ -76,10 +76,6 @@ ByteString sFile; MergeDataFile *pMergeDataFile; FILE *pTempFile; - -ByteString sStrBuffer; -bool bMarcro = false; - extern "C" { // the whole interface to lexer is in this extern "C" section |