]> git.lyx.org Git - lyx.git/blobdiff - src/xml.h
Revert "DocBook: add a layout tag to tell whether an item is the abstract or not."
[lyx.git] / src / xml.h
index 5afdcf53e921995621f6b8f938eff4a0e86feaf8..12e7f25fa52b593245cb1be6b595f9954dc55c30 100644 (file)
--- a/src/xml.h
+++ b/src/xml.h
@@ -139,9 +139,6 @@ docstring escapeChar(char c, XMLStream::EscapeSettings e);
 /// Escape a word instead of a single character
 docstring escapeString(docstring const & raw, XMLStream::EscapeSettings e=XMLStream::ESCAPE_ALL);
 
-/// Converts a string to a form safe for links, etc.
-docstring xmlize(docstring const &str, XMLStream::EscapeSettings e);
-
 /// cleans \param str for use as an attribute by replacing all non-altnum by "_"
 docstring cleanAttr(docstring const & str);