Remove invalid FIXME

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8693 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-05-24 00:52:36 +00:00
parent 3c28fc6573
commit 416c9bba86

View File

@ -1434,8 +1434,7 @@ void KartSelectionScreen::eventCallback(Widget* widget, const std::string& name,
} }
else else
{ {
// Transmit to all subwindows, maybe *they* care about this event // Transmit to all subwidgets, maybe *they* care about this event
//FIXME: this may now be done automatically by the caller, so maybe I nee to remove this
const int amount = m_kart_widgets.size(); const int amount = m_kart_widgets.size();
for (int n=0; n<amount; n++) for (int n=0; n<amount; n++)
{ {