summaryrefslogtreecommitdiff
path: root/sot/source/sdstor/storage.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sot/source/sdstor/storage.cxx')
-rw-r--r--sot/source/sdstor/storage.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx
index 70dd249b7a2d..00a4801d0778 100644
--- a/sot/source/sdstor/storage.cxx
+++ b/sot/source/sdstor/storage.cxx
@@ -64,16 +64,6 @@ SotFactory * SotStorageStream::ClassFactory()
return *ppFactory;
}
-void * SotStorageStream::CreateInstance( SotObject ** ppObj )
-{
- SotStorageStream * p = new SotStorageStream();
- SotObject* pSuper1 = p;
- SotObject* pBasicObj = pSuper1;
- if( ppObj )
- *ppObj = pBasicObj;
- return p;
-}
-
void * SotStorageStream::Cast( const SotFactory * pFact )
{
void * pRet = NULL;
@@ -323,16 +313,6 @@ SotFactory * SotStorage::ClassFactory()
return *ppFactory;
}
-void * SotStorage::CreateInstance( SotObject ** ppObj )
-{
- SotStorage * p = new SotStorage();
- SotObject* pSuper1 = p;
- SotObject* pBasicObj = pSuper1;
- if( ppObj )
- *ppObj = pBasicObj;
- return p;
-}
-
void * SotStorage::Cast( const SotFactory * pFact )
{
void * pRet = NULL;