slideshow/source/engine/eventmultiplexer.cxx | 7 ------- 1 file changed, 7 deletions(-)
New commits: commit 90d82f73b89d8a0b0b13d224dbd1a741a10a7fd9 Author: Noel Grandin <[email protected]> Date: Thu Oct 15 08:47:54 2015 +0200 loplugin:unreffun Change-Id: If9ca3e2d88d1b0dee57531ed954ba4895fb37fe3 diff --git a/slideshow/source/engine/eventmultiplexer.cxx b/slideshow/source/engine/eventmultiplexer.cxx index c28fca3..fbdc88a 100644 --- a/slideshow/source/engine/eventmultiplexer.cxx +++ b/slideshow/source/engine/eventmultiplexer.cxx @@ -96,13 +96,6 @@ public: } }; -template<typename T> inline T* get_pointer(PrioritizedHandlerEntry<T> const& handler) -{ - return handler.getHandler().get(); -} - - - _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
