From 60af9e315312c9376e8f4ed145c0e3413735fe18 Mon Sep 17 00:00:00 2001 From: RhythmLunatic Date: Tue, 26 Mar 2019 14:07:30 -0500 Subject: [PATCH] Remove Size parameter because it's broken --- src/OptionsList.cpp | 3 --- 1 file changed, 3 deletions(-) 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 ); }