Remove unused declarations of writeFileAscii

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15304 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-10-12 06:54:30 +00:00
parent 3b21b04e9c
commit 1116d23a0e

View 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,