aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppDataForm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppDataForm.cpp')
-rw-r--r--src/base/QXmppDataForm.cpp18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/base/QXmppDataForm.cpp b/src/base/QXmppDataForm.cpp
index 307e6f9e..d37e2c5e 100644
--- a/src/base/QXmppDataForm.cpp
+++ b/src/base/QXmppDataForm.cpp
@@ -338,15 +338,6 @@ public:
///
///
-/// Constructs a QXmppDataForm::Field of the specified \a type.
-///
-QXmppDataForm::Field::Field(QXmppDataForm::Field::Type type)
- : d(new QXmppDataFormFieldPrivate)
-{
- d->type = type;
-}
-
-///
/// Constructs a QXmppDataForm::Field with the specified attributes.
///
/// \since QXmpp 1.3
@@ -660,15 +651,6 @@ public:
///
///
-/// Constructs a QXmppDataForm of the specified \a type.
-///
-QXmppDataForm::QXmppDataForm(Type type)
- : d(new QXmppDataFormPrivate)
-{
- d->type = type;
-}
-
-///
/// Constructs a QXmppDataForm with the specified attributes.
///
/// \since QXmpp 1.3