[Libreoffice-commits] core.git: slideshow/source
Noel Grandin
noel at peralex.com
Wed Oct 14 23:49:17 PDT 2015
slideshow/source/engine/eventmultiplexer.cxx | 7 -------
1 file changed, 7 deletions(-)
New commits:
commit 90d82f73b89d8a0b0b13d224dbd1a741a10a7fd9
Author: Noel Grandin <noel at peralex.com>
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();
-}
-
-
-
More information about the Libreoffice-commits
mailing list