summaryrefslogtreecommitdiff
path: root/sot/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-07-11 13:44:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-07-11 16:40:42 +0100
commit9ebaee5987400331c4a8f65e44f2ef1b4c83932b (patch)
treebebfdc319101e3a05c93e1b174aa6bbb69ee336e /sot/inc
parent5d5fbc091c64d9b5fde5503547161a47502c953f (diff)
callcatcher: remove unused SotStorage::OpenEncryptedSotStream
Diffstat (limited to 'sot/inc')
-rw-r--r--sot/inc/sot/storage.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sot/inc/sot/storage.hxx b/sot/inc/sot/storage.hxx
index 00348429894b..9913edaaa40f 100644
--- a/sot/inc/sot/storage.hxx
+++ b/sot/inc/sot/storage.hxx
@@ -208,9 +208,6 @@ public:
SotStorageStream * OpenSotStream( const String & rEleName,
StreamMode = STREAM_STD_READWRITE,
StorageMode = 0 );
- SotStorageStream * OpenEncryptedSotStream( const String & rEleName, const ByteString& rKey,
- StreamMode = STREAM_STD_READWRITE,
- StorageMode = 0 );
SotStorage * OpenSotStorage( const String & rEleName,
StreamMode = STREAM_STD_READWRITE,
StorageMode = STORAGE_TRANSACTED );