From: Georg Baum Date: Thu, 12 Oct 2006 06:54:30 +0000 (+0000) Subject: Remove unused declarations of writeFileAscii X-Git-Tag: 1.6.10~12409 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1116d23a0e73eb8cce395665fa9eef2555727e93;p=lyx.git Remove unused declarations of writeFileAscii git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15304 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/buffer.h b/src/buffer.h index 4cab9b814e..d6d26d302a 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -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,