aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-30 18:10:06 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-30 18:52:37 -0700
commitfa854d7a0153d6846cb15d1aaa8708e00827a00d (patch)
tree0ec09b984853d43a1eabddf33bbe9fb2215dd9c2 /common.h
parentb3b83449cff7269937431e28fba3958a5d524671 (diff)
Eliminate wcsv2strv
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/common.h b/common.h
index a5ec50ab..5c462974 100644
--- a/common.h
+++ b/common.h
@@ -683,12 +683,6 @@ void append_format(wcstring &str, const wchar_t *format, ...);
void append_formatv(wcstring &str, const wchar_t *format, va_list ap);
/**
- Returns a newly allocated wide character string array equivalent of
- the specified multibyte character string array
-*/
-char **wcsv2strv(const wchar_t * const *in);
-
-/**
Test if the given string is a valid variable name.
\return null if this is a valid name, and a pointer to the first invalid character otherwise