]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
This doesn't return a reference any more.
[lyx.git] / src / Buffer.h
index edafa55a0c7aeca8d78841bf1b938c62fd224f3f..8d0e66a097e842f84558e1ee02bac3ec1cc27786 100644 (file)
@@ -25,7 +25,6 @@
 namespace lyx {
 
 class BufferParams;
-class EmbeddedFileList;
 class DocIterator;
 class ErrorItem;
 class ErrorList;
@@ -404,15 +403,10 @@ public:
        /// method is const because modifying this backend does not touch
        /// the document contents.
        TocBackend & tocBackend() const;
-       
-       //@{
-       EmbeddedFileList & embeddedFiles();
-       EmbeddedFileList const & embeddedFiles() const;
-       bool embedded() const;
-       //@}
 
+       ///
        Undo & undo();
-       
+
        /// This function is called when the buffer is changed.
        void changed() const;
        /// This function is called when the buffer structure is changed.