rnd-20040921-1-src
[rocksndiamonds.git] / src / game_em / synchro_3.c
index d47741f9a7a53cc1078ba3eceaccb6d2afae930f..230a907c3ba27242140577139753a4e8d705d1f5 100644 (file)
@@ -10,8 +10,6 @@
 #include "sample.h"
 
 
-#if defined(TARGET_X11)
-
 void synchro_3(void)
 {
   register unsigned int x;
@@ -119,5 +117,3 @@ void synchro_3(void)
     for (x = 0; x < WIDTH; x++)
       Next[y][x] = Cave[y][x];
 }
-
-#endif