Author: grzywacz Date: Sat Apr 7 12:21:58 2007 New Revision: 16674 URL: http://svn.gna.org/viewcvs/wesnoth?rev=16674&view=rev Log: Merge parts of silene's fixes to remove obsolete functions and variables.
Modified:
branches/gp2x/src/actions.hpp
branches/gp2x/src/ai_attack.cpp
branches/gp2x/src/builder.cpp
branches/gp2x/src/events.cpp
branches/gp2x/src/filesystem.cpp
branches/gp2x/src/filesystem.hpp
branches/gp2x/src/font.cpp
branches/gp2x/src/font.hpp
branches/gp2x/src/game_config.cpp
branches/gp2x/src/game_config.hpp
branches/gp2x/src/gamestatus.cpp
branches/gp2x/src/gamestatus.hpp
branches/gp2x/src/hotkeys.cpp
branches/gp2x/src/hotkeys.hpp
branches/gp2x/src/language.cpp
branches/gp2x/src/language.hpp
branches/gp2x/src/replay.cpp
branches/gp2x/src/serialization/string_utils.cpp
branches/gp2x/src/serialization/string_utils.hpp
branches/gp2x/src/statistics.cpp
branches/gp2x/src/statistics.hpp
branches/gp2x/src/tooltips.cpp
branches/gp2x/src/tooltips.hpp
branches/gp2x/src/widgets/menu.hpp
branches/gp2x/src/widgets/menu_style.cpp
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/gp2x/src/actions.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/actions.hpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/ai_attack.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/ai_attack.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/builder.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/builder.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/events.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/events.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/filesystem.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/filesystem.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/filesystem.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/filesystem.hpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/font.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/font.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/font.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/font.hpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/game_config.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/game_config.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/game_config.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/game_config.hpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/gamestatus.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/gamestatus.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/gamestatus.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/gamestatus.hpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/hotkeys.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/hotkeys.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/hotkeys.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/hotkeys.hpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/language.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/language.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/language.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/language.hpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/replay.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/replay.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/serialization/string_utils.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/serialization/string_utils.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/serialization/string_utils.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/serialization/string_utils.hpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/statistics.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/statistics.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/statistics.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/statistics.hpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/tooltips.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/tooltips.cpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/tooltips.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/tooltips.hpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/widgets/menu.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/widgets/menu.hpp?rev=16674&r1=16673&r2=16674&view=diff
Modified: branches/gp2x/src/widgets/menu_style.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/gp2x/src/widgets/menu_style.cpp?rev=16674&r1=16673&r2=16674&view=diff
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits
