diff --git a/src/OptionsList.cpp b/src/OptionsList.cpp index 914b0c7587..5f68e87b95 100644 --- a/src/OptionsList.cpp +++ b/src/OptionsList.cpp @@ -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 ); }