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:
@@ -13,22 +13,6 @@
|
||||
|
||||
|
||||
|
||||
cBlockInfo::cBlockInfo()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
cBlockInfo::cBlockInfoArray::cBlockInfoArray()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
cBoundingBox::cBoundingBox(double, double, double, double, double, double)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user