diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-30 16:00:28 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-31 10:43:23 +0100 |
commit | 8de61c9fb6a4c3be54b51c575fcffcec2067e090 (patch) | |
tree | a5e71351f79b88a47ae9400d141a13bcfe906bd9 /starmath | |
parent | 5131e0be31afb8d7686483fd5552b10cecd1c5f0 (diff) |
grabbag of unused code
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/inc/symbol.hxx | 3 | ||||
-rw-r--r-- | starmath/source/symbol.cxx | 14 |
2 files changed, 0 insertions, 17 deletions
diff --git a/starmath/inc/symbol.hxx b/starmath/inc/symbol.hxx index fab52c33b48a..d72df3416415 100644 --- a/starmath/inc/symbol.hxx +++ b/starmath/inc/symbol.hxx @@ -154,9 +154,6 @@ private: virtual void SFX_NOTIFY(SfxBroadcaster& rBC, const TypeId& rBCType, const SfxHint& rHint, const TypeId& rHintType); - void Init(); - void Exit(); - public: SmSymbolManager(); SmSymbolManager(const SmSymbolManager& rSymbolSetManager); diff --git a/starmath/source/symbol.cxx b/starmath/source/symbol.cxx index 21b9051d64b9..c3b8a7497dec 100644 --- a/starmath/source/symbol.cxx +++ b/starmath/source/symbol.cxx @@ -127,20 +127,6 @@ void SmSymbolManager::SFX_NOTIFY(SfxBroadcaster& /*rBC*/, const TypeId& rBCType, } -void SmSymbolManager::Init() -{ - SmModule *pp = SM_MOD(); - StartListening(*pp->GetConfig()); -} - - -void SmSymbolManager::Exit() -{ - SmModule *pp = SM_MOD(); - EndListening(*pp->GetConfig()); -} - - SmSymbolManager::SmSymbolManager() { m_bModified = false; |