]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
* output_plaintext.C: cosmetics in comment: line length cannot be < 0
[lyx.git] / src / buffer.h
index ac1395003909f49c7b4390e114c8afc23f4d09e1..499293976fe7dc61980cab859f1e46478a35a4c5 100644 (file)
@@ -200,8 +200,6 @@ public:
        Language const * getLanguage() const;
        /// get l10n translated to the buffers language
        docstring const B_(std::string const & l10n) const;
-       /// translate \p label to the buffer language if possible
-       docstring const translateLabel(docstring const & label) const;
 
        ///
        int runChktex();