diff --git a/include/Swiften/Elements/PubSubSubscriptionPayload.cpp b/include/Swiften/Elements/PubSubSubscriptionPayload.cpp deleted file mode 100644 index 293505eca1da7519b169cbfe75202ce4cc41cecc..0000000000000000000000000000000000000000 --- a/include/Swiften/Elements/PubSubSubscriptionPayload.cpp +++ /dev/null @@ -1,16 +0,0 @@ -/* - * Copyright (c) 2011 Jan Kaluza - * Licensed under the Simplified BSD license. - * See Documentation/Licenses/BSD-simplified.txt for more information. - */ - -#include - -namespace Swift { - -PubSubSubscriptionPayload::PubSubSubscriptionPayload(const JID &jid, const std::string &node) : - jid(jid), node(node), type(None) { - - } - -}