]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
Helge's infamous brackets bug
[lyx.git] / src / buffer.h
index bf2c690f422f78ad704a2ac7fd71d54168098665..ba3ec7c40c752569b620f5aad9b9cc11a6bd8aa4 100644 (file)
@@ -93,8 +93,6 @@ public:
        /// load a new file
        bool readFile(std::string const & filename);
 
-       bool readFile(std::string const & filename, lyx::pit_type pit);
-
        /// read the header, returns number of unknown tokens
        int readHeader(LyXLex & lex);
 
@@ -338,11 +336,9 @@ public:
 
 private:
        /** Inserts a file into a document
-           \param par if != 0 insert the file.
            \return \c false if method fails.
        */
-       bool readFile(LyXLex &, std::string const & filename,
-                     lyx::pit_type pit);
+       bool readFile(LyXLex &, std::string const & filename);
 
        bool do_writeFile(std::ostream & ofs) const;