[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

@@ -85,14 +85,3 @@ void appl::WorkerSaveAllFile::onReceiveMessage(const ewol::object::Message& _msg
}
}
void appl::WorkerSaveAllFile::onObjectRemove(const std::shared_ptr<ewol::Object>& _removeObject) {
if (_removeObject == m_worker) {
m_worker = nullptr;
APPL_VERBOSE("AutoRemove After saving sub widget ...");
autoDestroy();
} else if (_removeObject == m_bufferManager) {
m_bufferManager = nullptr;
autoDestroy();
}
}