From 1116d23a0e73eb8cce395665fa9eef2555727e93 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 12 Oct 2006 06:54:30 +0000 Subject: [PATCH] Remove unused declarations of writeFileAscii git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15304 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/buffer.h | 4 ---- 1 file changed, 4 deletions(-) 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, -- 2.39.2