diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-05-11 22:44:08 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-05-12 11:08:24 +0200 |
commit | 28159e91ba936e9da13bb4e194b34605065e4362 (patch) | |
tree | ce904353f1ae3bce47804ef2f23c8a6b1c05262c /sdext/inc/pch | |
parent | 0b8a989aceed4f719924410907ab69d2a0cab989 (diff) |
sdext: replace boost::bind with C++11 lambdas, part 2
Change-Id: Ife5fbf7a7a41182de00dca339cba160e3bb0062f
Diffstat (limited to 'sdext/inc/pch')
-rw-r--r-- | sdext/inc/pch/precompiled_PresenterScreen.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sdext/inc/pch/precompiled_PresenterScreen.hxx b/sdext/inc/pch/precompiled_PresenterScreen.hxx index d47549951910..31a8febe05be 100644 --- a/sdext/inc/pch/precompiled_PresenterScreen.hxx +++ b/sdext/inc/pch/precompiled_PresenterScreen.hxx @@ -40,7 +40,6 @@ #include <string> #include <utility> #include <vector> -#include <boost/bind.hpp> #include <osl/diagnose.h> #include <osl/doublecheckedlocking.h> #include <osl/getglobalmutex.hxx> |