summaryrefslogtreecommitdiff
path: root/configmgr/source/treecache/cachecontroller.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'configmgr/source/treecache/cachecontroller.hxx')
-rw-r--r--configmgr/source/treecache/cachecontroller.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/configmgr/source/treecache/cachecontroller.hxx b/configmgr/source/treecache/cachecontroller.hxx
index e62f82f9ae..bf6ca4b85e 100644
--- a/configmgr/source/treecache/cachecontroller.hxx
+++ b/configmgr/source/treecache/cachecontroller.hxx
@@ -311,9 +311,6 @@ namespace configmgr
// disposing
void disposeAll(bool _bFlushRemainingUpdates);
- void disposeOne(RequestOptions const & _aOptions, bool _bFlushUpdates = true);
- void disposeUser(RequestOptions const & _aUserOptions, bool _bFlushUpdates = true);
- void implDisposeOne(rtl::Reference<CacheLoadingAccess> const & _aCache, RequestOptions const & _aOptions, bool _bFlushUpdates);
void closeModules(std::vector< rtl::Reference<CacheLine> > & _aList, RequestOptions const & _aOptions);
private: