diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-15 08:47:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-15 08:48:45 +0200 |
commit | 90d82f73b89d8a0b0b13d224dbd1a741a10a7fd9 (patch) | |
tree | 893d7ae7d24973be47fa4eea066ab570d644c9ba /slideshow | |
parent | 73df84ef265346b0e9e5d7c375bf13a8ed4b2a86 (diff) |
loplugin:unreffun
Change-Id: If9ca3e2d88d1b0dee57531ed954ba4895fb37fe3
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/eventmultiplexer.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/slideshow/source/engine/eventmultiplexer.cxx b/slideshow/source/engine/eventmultiplexer.cxx index c28fca326788..fbdc88a71a66 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(); -} - - - |