]> git.lyx.org Git - lyx.git/commitdiff
Remove unused declarations of writeFileAscii
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 12 Oct 2006 06:54:30 +0000 (06:54 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 12 Oct 2006 06:54:30 +0000 (06:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15304 a592a061-630c-0410-9148-cb99ea01b6c8

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,