[DEV] remove function onObjectRemove

This commit is contained in:
2014-08-15 23:28:04 +02:00
parent 3f0febce28
commit bf7899e045
23 changed files with 0 additions and 153 deletions

View File

@@ -64,7 +64,6 @@ namespace appl {
virtual bool calculateMinSize();
virtual void onRegenerateDisplay();
virtual void onReceiveMessage(const ewol::object::Message& _msg);
virtual void onObjectRemove(const std::shared_ptr<ewol::Object>& _removeObject);
virtual bool onEventInput(const ewol::event::Input& _event);
virtual bool onEventEntry(const ewol::event::Entry& _event);
virtual void onEventClipboard(enum ewol::context::clipBoard::clipboardListe _clipboardID);