mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Purge some dead code (mostly Irrlicht) (#16111)
* Remove obsolete Irrlicht attributes system
* Remove dead GUI element types
* Remove some obsolete Irrlicht headers
* Fix some oopsies from d96f5e1
This commit is contained in:
@@ -635,11 +635,6 @@ void GUITable::setDynamicData(const DynamicData &dyndata)
|
||||
m_scrollbar->setPos(dyndata.scrollpos);
|
||||
}
|
||||
|
||||
const c8* GUITable::getTypeName() const
|
||||
{
|
||||
return "GUITable";
|
||||
}
|
||||
|
||||
void GUITable::updateAbsolutePosition()
|
||||
{
|
||||
IGUIElement::updateAbsolutePosition();
|
||||
|
Reference in New Issue
Block a user