From d8b12647a1573ab9eb0157dad4bed620ad0591c6 Mon Sep 17 00:00:00 2001 From: James Hogan Date: Sat, 14 Feb 2009 23:41:23 +0000 Subject: [PATCH] Forgot to remove KwDocument::loadFromArchive declaration --- kworship/KwDocument.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/kworship/KwDocument.h b/kworship/KwDocument.h index 70d7e1d..69b5ef3 100644 --- a/kworship/KwDocument.h +++ b/kworship/KwDocument.h @@ -110,9 +110,6 @@ class KwDocument : public QObject * Archive interface. */ - /// Load from an archive. - void loadFromArchive(KwArchive* archive); - /// Save to an archive. void saveToArchive(KwArchive* archive) const; -- 2.11.4.GIT