aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 21:59:45 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 21:59:45 -0800
commita9313fc0c31884f07ae4d3e7d24dc03557ba2e13 (patch)
tree86ffca5c37ad2e3667f476c8f6c5769bca48ee0f /output.h
parentdfba35aee8b01e04d3ee71a43dea478bb63d46cc (diff)
Cleanup reader.cpp's usage of string_buffer, remove some other unused data structures
Diffstat (limited to 'output.h')
-rw-r--r--output.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/output.h b/output.h
index e456e346..2b7d9d31 100644
--- a/output.h
+++ b/output.h
@@ -149,7 +149,6 @@ int writeb( tputs_arg_t b );
*/
void output_set_writer( int (*writer)(char) );
-//typedef int (*func_ptr_t)(char);
/**
Return the current output writer
*/