diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-02-06 22:28:42 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-02-07 00:31:28 +0900 |
commit | baf5ffc7c0c8ed7b1bd8f001a91e53eace9e0334 (patch) | |
tree | 0efa229c262a028923ed9faa8607951527eb8a4e /basctl | |
parent | 64c498ff1719e5c236e803b69af8ae68bdba459a (diff) |
Removed dead code
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/iderdll.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/basctl/source/basicide/iderdll.cxx b/basctl/source/basicide/iderdll.cxx index 1cf25c4e0cd6..10c4c8353c82 100644 --- a/basctl/source/basicide/iderdll.cxx +++ b/basctl/source/basicide/iderdll.cxx @@ -132,9 +132,6 @@ IDEResId::IDEResId( sal_uInt16 nId ): BasicIDEDLL::~BasicIDEDLL() { delete m_pExtraData; -#if 0 - *(BasicIDEDLL**)GetAppData(SHL_IDE) = NULL; -#endif } BasicIDEDLL::BasicIDEDLL() |