1
0

cBlockInfo: further cleanup (#5001)

* cBlockInfo: further cleanup

+ Use switch statements instead of lookup in dynamically initialised arrays
- Remove some deprecated bindings

* Update Stubs removing references to BlockInfoArray
This commit is contained in:
Tiger Wang
2020-10-18 16:37:07 +01:00
committed by GitHub
parent f8d72c8fa9
commit 64442b05f8
5 changed files with 1092 additions and 1207 deletions

View File

@@ -13,22 +13,6 @@
cBlockInfo::cBlockInfo()
{
}
cBlockInfo::cBlockInfoArray::cBlockInfoArray()
{
}
cBoundingBox::cBoundingBox(double, double, double, double, double, double)
{
}