From 308228db0672b34fbd839a052f603ced96d5f4a4 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Tue, 25 Mar 2008 11:21:22 +0000 Subject: Another huge code clean-up for tiles. At this rate, soon no line in the tile code will have been untouched. :p git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3874 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/libgui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'crawl-ref/source/libgui.h') diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h index 231eb2508d..bd53135e00 100644 --- a/crawl-ref/source/libgui.h +++ b/crawl-ref/source/libgui.h @@ -90,7 +90,6 @@ enum InvAction INV_NUMACTIONS }; -void gui_set_mouse_inv(int idx, InvAction act); void gui_get_mouse_inv(int &idx, InvAction &act); void tile_place_cursor(int x, int y, bool display); -- cgit v1.2.3-54-g00ecf