-rw-r--r-- | libkcal/icalformat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libkcal/icalformat.h b/libkcal/icalformat.h index 236efbf..485ab6e 100644 --- a/libkcal/icalformat.h +++ b/libkcal/icalformat.h @@ -40,7 +40,7 @@ class ICalFormatImpl; class ICalFormat : public CalFormat { public: /** Create new iCalendar format. */ - ICalFormat( bool quick = false ); + ICalFormat( ); virtual ~ICalFormat(); /** @@ -104,7 +104,6 @@ class ICalFormat : public CalFormat { private: ICalFormatImpl *mImpl; - bool mQuicksave; QString mTimeZoneId; QCString mTzString; int tzOffsetMin; |