]> git.lyx.org Git - lyx.git/blobdiff - src/support/lstrings.h
Cmake build: Omit also hidden header files from globbing
[lyx.git] / src / support / lstrings.h
index 6fb1daf15621e40d690a01c1d424f8eede9b866a..0d21e954a4308600bce39a3e81dc469256fc32c9 100644 (file)
@@ -327,9 +327,6 @@ template<> docstring bformat(docstring const & fmt, int arg1, int arg2);
 template<> docstring bformat(docstring const & fmt, docstring arg1, docstring arg2, docstring arg3);
 template<> docstring bformat(docstring const & fmt, docstring arg1, docstring arg2, docstring arg3, docstring arg4);
 
-/// Return a string with Unicode overrides to enforce the writing direction
-docstring directedString(docstring const & s, bool rtl);
-
 
 } // namespace support
 } // namespace lyx