From 2c73464fe6b7333a3bbc0ce3a63c2fb978257d0f Mon Sep 17 00:00:00 2001 From: Adeel Kazmi Date: Thu, 13 Aug 2015 20:08:54 +0100 Subject: [PATCH] Remove Boost completely Change-Id: Iedeecbfa65be7714db94bc15d94f545d5d5bb6aa --- build/scripts/dali_env | 2 -- dali/devel-api/signals/signal-delegate.h | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/build/scripts/dali_env b/build/scripts/dali_env index 823c403..99cc372 100755 --- a/build/scripts/dali_env +++ b/build/scripts/dali_env @@ -37,8 +37,6 @@ my @system_packages = ( "pkg-config", "libtool", "ccache", - "libboost-dev", - "libboost-thread-dev", "libelementary-dev", "libexif-dev", "libxml2-dev", diff --git a/dali/devel-api/signals/signal-delegate.h b/dali/devel-api/signals/signal-delegate.h index 03121eb..0081562 100644 --- a/dali/devel-api/signals/signal-delegate.h +++ b/dali/devel-api/signals/signal-delegate.h @@ -57,8 +57,7 @@ public: * * This is required to allow connection to an actor's signal. Typically this is done in a generic * way (IE. via a string of the signal name) using the ConnectSignal function. - * This function requires a functor, and whilst we can bind to this with something like boost::bind - * we avoid this by providing a local functor built in to this delegate object. + * This function requires a functor. * * @param[in] connectionTracker Passed in to the ConnectSignal function of the actor. * @param[in] functorDelegate A functor delegate object that must be executed when the signal is emitted. -- 2.7.4