rnd-20040921-1-src
[rocksndiamonds.git] / src / game_em / synchro_1.c
index 3af35743e307e963725230bdc7f5d7a87e8b7874..695d52f378875387336beb665f990a8df5fb4836 100644 (file)
@@ -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