From d42a180a16bfde48d1b4b198db0d64c097ab93a7 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Thu, 22 Jan 2009 05:17:56 +0000 Subject: Put platform dependant crash handling code into crash-X.cc files, and link against them in the make files like libunix/libgui/etc are. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8675 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/libunix.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crawl-ref/source/libunix.h') diff --git a/crawl-ref/source/libunix.h b/crawl-ref/source/libunix.h index 12602014fb..4816e43a87 100644 --- a/crawl-ref/source/libunix.h +++ b/crawl-ref/source/libunix.h @@ -68,10 +68,6 @@ inline bool is_smart_cursor_enabled() { return (false); } void set_mouse_enabled(bool enabled); -void init_crash_handler(); -void dump_crash_info(FILE* file); -void write_stack_trace(FILE* file, int ignore_count); - #ifndef _LIBUNIX_IMPLEMENTATION /* Some stuff from curses, to remove compiling warnings.. */ extern "C" -- cgit v1.2.3-54-g00ecf