summaryrefslogtreecommitdiffstats
path: root/src/membergroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/membergroup.h')
-rw-r--r--src/membergroup.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/membergroup.h b/src/membergroup.h
index b590d48..51123bb 100644
--- a/src/membergroup.h
+++ b/src/membergroup.h
@@ -94,9 +94,6 @@ class MemberGroup
QCString docFile() const { return m_docFile; }
int docLine() const { return m_docLine; }
- void marshal(StorageIntf *s);
- void unmarshal(StorageIntf *s);
-
private:
MemberList *memberList; // list of all members in the group
MemberList *inDeclSection;