remove extra wrapping HAVE_QXMPP if

This commit is contained in:
Stephen Birarda 2014-07-24 16:17:34 -07:00
parent bcdfc9dd78
commit d1b050dea8

View file

@ -9,7 +9,6 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#ifdef HAVE_QXMPP
#include <AccountManager.h>
@ -84,5 +83,3 @@ XmppClient::XmppClient(const XmppClient& other) {
void XmppClient::operator =(XmppClient const& other) {
Q_UNUSED(other);
}
#endif