From 416c9bba867c8329f4403b02ca8f0244ca55dcf2 Mon Sep 17 00:00:00 2001 From: auria Date: Tue, 24 May 2011 00:52:36 +0000 Subject: [PATCH] Remove invalid FIXME git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8693 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/states_screens/kart_selection.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/states_screens/kart_selection.cpp b/src/states_screens/kart_selection.cpp index 04a6282f3..5c9bb5462 100644 --- a/src/states_screens/kart_selection.cpp +++ b/src/states_screens/kart_selection.cpp @@ -1434,8 +1434,7 @@ void KartSelectionScreen::eventCallback(Widget* widget, const std::string& name, } else { - // Transmit to all subwindows, maybe *they* care about this event - //FIXME: this may now be done automatically by the caller, so maybe I nee to remove this + // Transmit to all subwidgets, maybe *they* care about this event const int amount = m_kart_widgets.size(); for (int n=0; n