]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
* GuiDocument.cpp:
[lyx.git] / src / Buffer.h
index 012f73bf67e97b9c174ce373d2cd27728a143a92..71e8ac32c13ce92f42abfc2f3b86b2b074f610b4 100644 (file)
@@ -509,8 +509,6 @@ public:
 
        /// return a list of all used branches (also in children)
        void getUsedBranches(std::list<docstring> &, bool const from_master = false) const;
-       /// rename all branches of \p oldname in the buffer to \p newname.
-       void renameBranches(docstring const & oldname, docstring const & newname);
 
        /// sets the buffer_ member for every inset in this buffer.
        // FIXME This really shouldn't be needed, but at the moment it's not