summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libunix.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-21 16:43:35 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-21 16:43:35 +0000
commit22ace1c2189a49f7ebce0d117bb9e41af36d7207 (patch)
treef6dea74c6da729201fe6a517a3215b692ac1e087 /crawl-ref/source/libunix.h
parentf45c701b8b8c2afa6b52dad3ba3764a908fe446a (diff)
downloadcrawl-ref-22ace1c2189a49f7ebce0d117bb9e41af36d7207.tar.gz
crawl-ref-22ace1c2189a49f7ebce0d117bb9e41af36d7207.zip
[1896775][1896772] Charset handling fixes (Paul Du Bois).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3451 c06c8d41-db1a-0410-9941-cceddc491573
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) { }