summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2019-11-26 19:59:05 +0100
committerStephan Bergmann <sbergman@redhat.com>2019-11-27 08:55:49 +0100
commit8cb7deff9bf49d17b7519d9d49aea5943d14baa3 (patch)
treeefe9f2199f7d53dbb588ade76ddd43df88cd903b /sdext
parent02cbe59776e75f045fe5b62f4435ee7b7343b900 (diff)
Remove unused Dispatch::Action
(found by upcoming loplugin:unusedmember) Change-Id: I2e4b78b209b4d1a11f50519b06a1a9b0a154ccf0 Reviewed-on: https://gerrit.libreoffice.org/83820 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/presenter/PresenterProtocolHandler.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterProtocolHandler.cxx b/sdext/source/presenter/PresenterProtocolHandler.cxx
index 32739fdd2b1d..fc07441e673f 100644
--- a/sdext/source/presenter/PresenterProtocolHandler.cxx
+++ b/sdext/source/presenter/PresenterProtocolHandler.cxx
@@ -168,8 +168,6 @@ class PresenterProtocolHandler::Dispatch
public PresenterDispatchInterfaceBase
{
public:
- typedef void (PresenterProtocolHandler::Dispatch::* Action)();
-
/** Create a new Dispatch object. When the given command name
(rsURLPath) is not known then an empty reference is returned.
*/