diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-03 15:22:26 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-04 01:57:12 +0200 |
commit | b7e077787849a91efbc81fbbf5fd885b7cd0f3e1 (patch) | |
tree | 2b7eb663357e7954917072b6ab413dccf00cc7d9 /tubes/inc | |
parent | 4e648b8e7c65fd8c382baf6b6798cdedfac5cdd8 (diff) |
tubes: do not use boost::signal here; call function directly
Change-Id: Iaab997f3d56d76fe98d70f8cffdbb44a34500901
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; |