]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
fix reading the author field.
[lyx.git] / src / BufferView.h
index e4ef2e55482c0a4af25fff4d838f41d887eece4d..e9a8101e6f9abd8dc2a62c1b78aba06bbc87564e 100644 (file)
@@ -108,9 +108,6 @@ public:
        /// return the lyxtext we are using
        LyXText * getLyXText() const;
 
-       /// return the parent language of the given inset
-       Language const * getParentLanguage(InsetOld * inset) const;
-
        /// simple replacing. Use the font of the first selected character
        void replaceSelectionWithString(std::string const & str);