From 7a1d7018bc0e074c83abc861fb3420e9a8057111 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 18 Nov 2009 09:20:53 +0100 Subject: Move tile_draw_floor into view.cc. It seems like it should be merged with some of the other code there. --- crawl-ref/source/tiles.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/tiles.h') diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h index 9c3cf7d8ce..b378e54184 100644 --- a/crawl-ref/source/tiles.h +++ b/crawl-ref/source/tiles.h @@ -72,7 +72,6 @@ int tilep_equ_gloves(const item_def &item); int tilep_equ_boots(const item_def &item); // Tile display related -void tile_draw_floor(); void tile_place_monster(int gx, int gy, int idx, bool foreground = true, bool detected = false); void tile_place_item(int x, int y, int idx); -- cgit v1.2.3-54-g00ecf