aboutsummaryrefslogtreecommitdiffhomepage
path: root/output.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-31 01:15:50 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-31 01:15:50 -0700
commit7ac593273e25d5ce39104dc1752660a43a29f61d (patch)
tree1f0a18a2f49a61460ff8d7c1c3de375af37395d4 /output.h
parenta529fc9d83295fdf9418436b68d056162ba8231b (diff)
Remove a bunch of dead code identified by cppcheck
Diffstat (limited to 'output.h')
-rw-r--r--output.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/output.h b/output.h
index f0badf8a..ccd94645 100644
--- a/output.h
+++ b/output.h
@@ -92,20 +92,8 @@ int writech(wint_t ch);
void writestr(const wchar_t *str);
/**
- Write a wide character string to FD 1. If the string is wider than
- the specified maximum, truncate and ellipsize it.
-*/
-void writestr_ellipsis(const wchar_t *str, int max_width);
-
-/**
- Escape and write a string to fd 1
-*/
-int write_escaped_str(const wchar_t *str, int max_len);
-
-/**
Return the internal color code representing the specified color
*/
-int output_color_code(const wcstring &val, bool is_background);
rgb_color_t parse_color(const wcstring &val, bool is_background);
/**