mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 01:09:34 -05:00
Remove return values from initialize and deinitialize functions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user