diff options
Diffstat (limited to 'tubes/inc')
-rw-r--r-- | tubes/inc/tubes/contact-list.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tubes/inc/tubes/contact-list.hxx b/tubes/inc/tubes/contact-list.hxx index bb504dc7fafc..eca9f7090336 100644 --- a/tubes/inc/tubes/contact-list.hxx +++ b/tubes/inc/tubes/contact-list.hxx @@ -34,7 +34,6 @@ #include <vector> #include "tubes/tubesdllapi.h" -#include <tubes/warnings_guard_boost_signals2.hpp> typedef struct _TpAccount TpAccount; typedef struct _TpContact TpContact; @@ -51,9 +50,6 @@ public: AccountContactPairV getContacts(); - /** Emitted when a contact changes its presence. */ - boost::signals2::signal<void ()> sigContactListChanged; - private: TpAccountManager* mpAccountManager; std::set< TpContact* > maRegistered; |