From b7e077787849a91efbc81fbbf5fd885b7cd0f3e1 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 3 Aug 2012 15:22:26 +0200 Subject: tubes: do not use boost::signal here; call function directly Change-Id: Iaab997f3d56d76fe98d70f8cffdbb44a34500901 --- tubes/inc/tubes/contact-list.hxx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tubes/inc') 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 #include "tubes/tubesdllapi.h" -#include 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 sigContactListChanged; - private: TpAccountManager* mpAccountManager; std::set< TpContact* > maRegistered; -- cgit v1.2.3