| commit | 90d82f73b89d8a0b0b13d224dbd1a741a10a7fd9 | [log] |
|---|---|---|
| author | Noel Grandin <noel@peralex.com> | Thu Oct 15 08:47:54 2015 +0200 |
| committer | Noel Grandin <noel@peralex.com> | Thu Oct 15 08:48:45 2015 +0200 |
| tree | 893d7ae7d24973be47fa4eea066ab570d644c9ba | |
| parent | 73df84ef265346b0e9e5d7c375bf13a8ed4b2a86 [diff] |
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(); }