removed unused function
[rocksndiamonds.git] / src / tools.h
index b267c8bfd1dce3911f5994766bbdd5a3c5c96ae9..38b1c5c1ce3e58e658044a6588bd664284d6411c 100644 (file)
@@ -140,7 +140,6 @@ void DrawPlayer(struct PlayerInfo *);
 void getGraphicSourceBitmap(int, int, Bitmap **);
 void getGraphicSourceXY(int, int, int *, int *, boolean);
 void getSizedGraphicSourceExt(int, int, int, Bitmap **, int *, int *, boolean);
-void getFixedGraphicSourceExt(int, int, Bitmap **, int *, int *, boolean);
 void getSizedGraphicSource(int, int, int, Bitmap **, int *, int *);
 void getFixedGraphicSource(int, int, Bitmap **, int *, int *);
 void getMiniGraphicSource(int, Bitmap **, int *, int *);