summaryrefslogtreecommitdiff
path: root/basctl/source/basicide
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-28 17:39:47 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-29 11:07:54 +0200
commit7cb18732923040b27ebd0d1f9c9bc01766d04d59 (patch)
tree6ed89de82d917109cbf4ec9203076eb2692ecc4c /basctl/source/basicide
parentfbfd9ea9380f869cfd96ca2e6ab3adced35ecb73 (diff)
callcatcher: remove unused methods
Diffstat (limited to 'basctl/source/basicide')
-rw-r--r--basctl/source/basicide/iderdll.cxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx
index 7e2bbd5ae..e231b2844 100644
--- a/basctl/source/basicide/iderdll.cxx
+++ b/basctl/source/basicide/iderdll.cxx
@@ -115,20 +115,6 @@ void BasicIDEDLL::Init()
PropBrwMgr::RegisterChildWindow();
}
-/*************************************************************************
-|*
-|* Deinitialisierung
-|*
-\************************************************************************/
-void BasicIDEDLL::Exit()
-{
- // the BasicIDEModule must be destroyed
- BasicIDEModule** ppShlPtr = (BasicIDEModule**) GetAppData(SHL_IDE);
- delete (*ppShlPtr);
- (*ppShlPtr) = NULL;
- DELETEZ( pBasicIDEDLL );
-}
-
BasicIDEData* BasicIDEDLL::GetExtraData()
{
if ( !pExtraData )