diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llstreamtools.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/linden/indra/llcommon/llstreamtools.h b/linden/indra/llcommon/llstreamtools.h index 9db90c8..d84e53b 100644 --- a/linden/indra/llcommon/llstreamtools.h +++ b/linden/indra/llcommon/llstreamtools.h | |||
@@ -96,11 +96,6 @@ void escape_string(std::string& line); | |||
96 | // replaces each '\n' character with ' ' | 96 | // replaces each '\n' character with ' ' |
97 | void replace_newlines_with_whitespace(std::string& line); | 97 | void replace_newlines_with_whitespace(std::string& line); |
98 | 98 | ||
99 | // returns 1 for solitary "{" | ||
100 | // returns -1 for solitary "}" | ||
101 | // otherwise returns 0 | ||
102 | int get_brace_count(const std::string& line); | ||
103 | |||
104 | // erases any double-quote characters in line | 99 | // erases any double-quote characters in line |
105 | void remove_double_quotes(std::string& line); | 100 | void remove_double_quotes(std::string& line); |
106 | 101 | ||