X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Fsynchro_1.c;h=695d52f378875387336beb665f990a8df5fb4836;hb=c5321d9d36d0a74062651d0352fbbaccbe125eca;hp=3af35743e307e963725230bdc7f5d7a87e8b7874;hpb=12a92e1aa977ccfcc6223eaabc92d6c3ca84e2ff;p=rocksndiamonds.git diff --git a/src/game_em/synchro_1.c b/src/game_em/synchro_1.c index 3af35743..695d52f3 100644 --- a/src/game_em/synchro_1.c +++ b/src/game_em/synchro_1.c @@ -10,8 +10,6 @@ #include "sample.h" -#if defined(TARGET_X11) - static void player(struct PLAYER *); static int test(struct PLAYER *); static void die(struct PLAYER *); @@ -1070,5 +1068,3 @@ static void player(struct PLAYER *ply) } } } - -#endif