From 527f070dd5738f4647eb2b7f9e629b0107aad14d Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 8 Nov 2011 11:10:05 +0100 Subject: remove unused global variables --- l10ntools/source/export.cxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'l10ntools') 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 -- cgit