summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-03-28 13:44:42 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-03-28 13:44:42 +0200
commit8d072912c46055955bc8aff42873c5667acccba9 (patch)
treef06981a17fde153bba21cdd857c6c21b3e1dbc05 /crawl-ref/source/macro.h
parent91638ee8e36297b44895341edb3a66a9fe94aa9e (diff)
downloadcrawl-ref-8d072912c46055955bc8aff42873c5667acccba9.tar.gz
crawl-ref-8d072912c46055955bc8aff42873c5667acccba9.zip
Remove unused insert_macro_into_buff.
Diffstat (limited to 'crawl-ref/source/macro.h')
-rw-r--r--crawl-ref/source/macro.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawl-ref/source/macro.h b/crawl-ref/source/macro.h
index 8ba4758546..5bfaa160e8 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -78,8 +78,6 @@ void remove_key_recorder(key_recorder* recorder);
bool is_processing_macro();
-void insert_macro_into_buff(const keyseq& keys);
-
int get_macro_buf_size();
///////////////////////////////////////////////////////////////