Remove Size parameter because it's broken

This commit is contained in:
RhythmLunatic
2019-03-26 14:08:25 -05:00
parent 5f59626eef
commit 60af9e3153
-3
View File
@@ -504,9 +504,6 @@ void OptionsList::SwitchToCurrentRow()
Message msg("OptionsMenuChanged");
msg.SetParam( "Player", m_pn );
msg.SetParam( "Menu", m_asMenuStack.back() );
/* This is here because if we want to adjust the size of a graphic
* behind the list or do other lua things, we'd need to know the size. */
msg.SetParam( "Size", (int)m_asMenuStack.size());
MESSAGEMAN->Broadcast( msg );
}