From d1b050dea86b2c80fd0df4573d2671bdd69e9d9b Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Thu, 24 Jul 2014 16:17:34 -0700 Subject: [PATCH] remove extra wrapping HAVE_QXMPP if --- interface/src/XmppClient.cpp | 3 --- 1 file changed, 3 deletions(-) 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