remove a useless prprocessor guard
in inclusion of test/multiplayer/ is already guarded with a #ifdef MP_TEST so there is no point in using #ifdef MP_TEST in that file.
This commit is contained in:
parent
50725cabe3
commit
09e88c89d1
1 changed files with 0 additions and 4 deletions
|
@ -4,12 +4,8 @@
|
||||||
name="wesnoth-test"
|
name="wesnoth-test"
|
||||||
[/textdomain]
|
[/textdomain]
|
||||||
|
|
||||||
#ifdef MP_TEST
|
|
||||||
|
|
||||||
#Load test macros
|
#Load test macros
|
||||||
{test/multiplayer/macros}
|
{test/multiplayer/macros}
|
||||||
|
|
||||||
#Load mp test scenarios
|
#Load mp test scenarios
|
||||||
{test/multiplayer/scenarios}
|
{test/multiplayer/scenarios}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue