diff --git a/interface/src/XmppClient.cpp b/interface/src/XmppClient.cpp index 6b2c9b4495..5e7c7ac569 100644 --- a/interface/src/XmppClient.cpp +++ b/interface/src/XmppClient.cpp @@ -9,7 +9,6 @@ // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html // -#ifdef HAVE_QXMPP #include @@ -84,5 +83,3 @@ XmppClient::XmppClient(const XmppClient& other) { void XmppClient::operator =(XmppClient const& other) { Q_UNUSED(other); } - -#endif