Remove return values from initialize and deinitialize functions

This commit is contained in:
Alexander Bock
2017-07-28 17:51:25 -04:00
parent acd95b05ab
commit 31377466ba
66 changed files with 198 additions and 320 deletions
@@ -94,14 +94,6 @@ ChunkedLodGlobe::ChunkedLodGlobe(const RenderableGlobe& owner, size_t segmentsPe
// with a forward declaration
ChunkedLodGlobe::~ChunkedLodGlobe() {}
bool ChunkedLodGlobe::initialize() {
return true;
}
bool ChunkedLodGlobe::deinitialize() {
return true;
}
bool ChunkedLodGlobe::isReady() const {
return true;
}