summaryrefslogtreecommitdiff
path: root/l10ntools/source/cfgmerge.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/cfgmerge.cxx')
-rw-r--r--l10ntools/source/cfgmerge.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/l10ntools/source/cfgmerge.cxx b/l10ntools/source/cfgmerge.cxx
index 55aed2c4210c..cf4fe7fef8c6 100644
--- a/l10ntools/source/cfgmerge.cxx
+++ b/l10ntools/source/cfgmerge.cxx
@@ -793,12 +793,6 @@ void CfgMerge::Output( const ByteString& rOutput )
pOutputStream->Write( rOutput.GetBuffer(), rOutput.Len());
}
-size_t CfgStack::Push( CfgStackData *pStackData )
-{
- maList.push_back( pStackData );
- return maList.size() - 1;
-}
-
/*****************************************************************************/
void CfgMerge::WorkOnRessourceEnd()
/*****************************************************************************/