summaryrefslogtreecommitdiffstats
path: root/src/arguments.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arguments.h')
-rw-r--r--src/arguments.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arguments.h b/src/arguments.h
index 3af7134..7ef9642 100644
--- a/src/arguments.h
+++ b/src/arguments.h
@@ -115,9 +115,6 @@ class ArgumentList : public QList<Argument>
bool isDeleted;
/*! C++11 ref qualifier */
RefQualifierType refQualifier;
-
- static ArgumentList *unmarshal(StorageIntf *s);
- static void marshal(StorageIntf *s,ArgumentList *argList);
};
typedef QListIterator<Argument> ArgumentListIterator;