summaryrefslogtreecommitdiff
path: root/tools/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-10 21:58:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-11 11:10:38 +0100
commit7488e1107c461b529c1c8771fd98488588fe8645 (patch)
tree2721584cfb32bd13f00cf0b9a17a5a58eb22d4fd /tools/source
parent35c83a7f4f84cb708b534c77d7344e8abb4539f9 (diff)
ditch unused ByteString using code
Diffstat (limited to 'tools/source')
-rw-r--r--tools/source/generic/config.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/source/generic/config.cxx b/tools/source/generic/config.cxx
index 7df9dd8b2c52..1cf709464903 100644
--- a/tools/source/generic/config.cxx
+++ b/tools/source/generic/config.cxx
@@ -1079,15 +1079,6 @@ void Config::WriteKey( const ByteString& rKey, const ByteString& rStr )
// -----------------------------------------------------------------------
-void Config::WriteKey( const ByteString& rKey, const UniString& rValue, rtl_TextEncoding eEncoding )
-{
- if ( mpData->mbIsUTF8BOM )
- eEncoding = RTL_TEXTENCODING_UTF8;
- WriteKey( rKey, ByteString( rValue, eEncoding ) );
-}
-
-// -----------------------------------------------------------------------
-
void Config::DeleteKey( const ByteString& rKey )
{
// Config-Daten evt. updaten