remove out of date comment, overlay/underlay aren't going anywhere as they're needed to abuse custom menus

This commit is contained in:
AJ Kelly
2011-05-14 22:30:32 -05:00
parent d006795311
commit dc143c58e6
-4
View File
@@ -64,10 +64,6 @@ void ScreenWithMenuElements::Init()
this->AddChild( m_MenuTimer );
}
/* TODO: Remove overlay and underlay in favor of more flexible decorations */
// Decorations don't let you use UpdateCommand, so don't ever
// remove underlay and overlay, otherwise good themes break. -aj
m_sprUnderlay.Load( THEME->GetPathB(m_sName,"underlay") );
m_sprUnderlay->SetName("Underlay");
m_sprUnderlay->SetDrawOrder( DRAW_ORDER_UNDERLAY );