Remove references to challenges.[ch]pp, including the include.

Maybe main_menu_screen.cpp is also useless now? Otherwise it would had failed
compiling in other plataforms too.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10730 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
mbjornstk
2012-01-27 00:33:39 +00:00
parent 0bab0045bf
commit 23fe90cd61
2 changed files with 0 additions and 3 deletions

View File

@@ -324,8 +324,6 @@ supertuxkart_SOURCES = \
replay/replay_player.hpp \
replay/replay_recorder.cpp \
replay/replay_recorder.hpp \
states_screens/challenges.cpp \
states_screens/challenges.hpp \
states_screens/credits.cpp \
states_screens/credits.hpp \
states_screens/dialogs/add_device_dialog.cpp \

View File

@@ -35,7 +35,6 @@
#include "modes/overworld.hpp"
#include "network/network_manager.hpp"
#include "states_screens/addons_screen.hpp"
#include "states_screens/challenges.hpp"
#include "states_screens/credits.hpp"
#include "states_screens/help_screen_1.hpp"
#include "states_screens/kart_selection.hpp"