From 8240e436004da130f05323a479f7c57c4abb10af Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 19 May 2005 16:13:23 +0000 Subject: [PATCH] Removed useless blank line. --- vmime/messaging/message.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/vmime/messaging/message.hpp b/vmime/messaging/message.hpp index 47cc6b76..4ae10270 100644 --- a/vmime/messaging/message.hpp +++ b/vmime/messaging/message.hpp @@ -257,7 +257,6 @@ public: * @param start index of the first byte to retrieve (used for partial fetch) * @param length number of bytes to retrieve (used for partial fetch) */ - virtual void extract(utility::outputStream& os, utility::progressionListener* progress = NULL, const int start = 0, const int length = -1) const = 0; /** Extract the specified (MIME) part of the message (header + contents).