From 3f1274b90a158f4cb56887121e01a926b52a9175 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sun, 27 Mar 2011 22:45:14 -0400 Subject: [PATCH] Recovering from faulty merge... Revert "* Forgot to add one file." This reverts commit 0bf3a1b8e792c0bf729f0ec352481d0d69021cf1. --- src/libtomahawk/sip/SipPlugin.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libtomahawk/sip/SipPlugin.h b/src/libtomahawk/sip/SipPlugin.h index 47af2fcf3..4c2b17f1e 100644 --- a/src/libtomahawk/sip/SipPlugin.h +++ b/src/libtomahawk/sip/SipPlugin.h @@ -44,7 +44,6 @@ public: public slots: virtual bool connectPlugin( bool startup = false ) = 0; virtual void disconnectPlugin() = 0; - virtual void checkSettings() = 0; virtual void addContact( const QString &jid, const QString& msg = QString() ) = 0; virtual void sendMsg( const QString& to, const QString& msg ) = 0;