diff options
Diffstat (limited to 'include/svx/sdr/contact/objectcontact.hxx')
-rw-r--r-- | include/svx/sdr/contact/objectcontact.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/svx/sdr/contact/objectcontact.hxx b/include/svx/sdr/contact/objectcontact.hxx index d3ebcf0cd881..e883b9d2a968 100644 --- a/include/svx/sdr/contact/objectcontact.hxx +++ b/include/svx/sdr/contact/objectcontact.hxx @@ -79,9 +79,6 @@ private: // flag for preview renderer bool mbIsPreviewRenderer : 1; - // method to create a EventHandler. Needs to give a result. - static sdr::event::TimerEventHandler* CreateEventHandler(); - protected: // Interface to allow derivates to travel over the registered VOC's sal_uInt32 getViewObjectContactCount() const { return maViewObjectContactVector.size(); } @@ -135,9 +132,6 @@ public: // return a existing one or create a new one using CreateEventHandler(). sdr::event::TimerEventHandler& GetEventHandler() const; - // delete the EventHandler - void DeleteEventHandler(); - // test if there is an EventHandler without creating one on demand bool HasEventHandler() const; |