summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libunix.h')
-rw-r--r--crawl-ref/source/libunix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crawl-ref/source/libunix.h b/crawl-ref/source/libunix.h
index 1f834af44f..985df5d49f 100644
--- a/crawl-ref/source/libunix.h
+++ b/crawl-ref/source/libunix.h
@@ -52,9 +52,6 @@ void textbackground(int bg);
void textcolor(int col);
void textattr(int col);
-void set_altcharset(bool alt_on);
-bool get_altcharset();
-
void set_cursor_enabled(bool enabled);
bool is_cursor_enabled();
inline void enable_smart_cursor(bool) { }