summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-25 11:21:22 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-25 11:21:22 +0000
commit308228db0672b34fbd839a052f603ced96d5f4a4 (patch)
treecddcff14dc11915204d3ce987cad78c3c3657957 /crawl-ref/source/libgui.h
parent7761c9b93d76d156c702282758f196cc7f16d27c (diff)
downloadcrawl-ref-308228db0672b34fbd839a052f603ced96d5f4a4.tar.gz
crawl-ref-308228db0672b34fbd839a052f603ced96d5f4a4.zip
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
Diffstat (limited to 'crawl-ref/source/libgui.h')
-rw-r--r--crawl-ref/source/libgui.h1
1 files changed, 0 insertions, 1 deletions
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);