major cleanup of preprocessor hell
[rocksndiamonds.git] / src / tools.h
index 37f7d06bc823c6f26f47c0fa8c39c025d811bb49..638a22fe5cc9af2af6b46b72a6f58b1994767f88 100644 (file)
@@ -78,11 +78,7 @@ void DrawMaskedBorder_ALL();
 void DrawMaskedBorder(int);
 
 void SetDrawtoField(int);
-#if 1
 void RedrawPlayfield();
-#else
-void RedrawPlayfield(boolean, int, int, int, int);
-#endif
 void BlitScreenToBitmap(Bitmap *);
 void BackToFront();