mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 05:47:42 +00:00
Removed resetResources method (global reconstruction preferred)
This commit is contained in:
@@ -213,14 +213,6 @@ void SplitView::mouseLeave(const boo::SWindowCoord& coord)
|
||||
}
|
||||
}
|
||||
|
||||
void SplitView::resetResources(ViewResources& res)
|
||||
{
|
||||
if (m_views[0].m_view)
|
||||
m_views[0].m_view->resetResources(res);
|
||||
if (m_views[1].m_view)
|
||||
m_views[1].m_view->resetResources(res);
|
||||
}
|
||||
|
||||
void SplitView::resized(const boo::SWindowRect& root, const boo::SWindowRect& sub)
|
||||
{
|
||||
View::resized(root, sub);
|
||||
|
||||
Reference in New Issue
Block a user