]> git.lyx.org Git - lyx.git/blobdiff - src/buffer.h
Remove unused declarations of writeFileAscii
[lyx.git] / src / buffer.h
index 4cab9b814e9bbd0452f37a487751a07ea94f463e..d6d26d302a60aefe5499e5bcfd735dbb75949620 100644 (file)
@@ -139,10 +139,6 @@ public:
        /// Write file. Returns \c false if unsuccesful.
        bool writeFile(std::string const &) const;
 
-       ///
-       void writeFileAscii(std::string const &, OutputParams const &);
-       ///
-       void writeFileAscii(std::ostream &, OutputParams const &);
        /// Just a wrapper for the method below, first creating the ofstream.
        void makeLaTeXFile(std::string const & filename,
                           std::string const & original_path,