diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-10 13:15:07 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-10 13:15:07 +0200 |
commit | aed24614017419517d63cb021ae397ff9d93982e (patch) | |
tree | aca4fce68697e3357ed8e840a39a2c9291ca80c1 | |
parent | 6dc42c82bade7ed1cf2cf142ab9137ad8f98e188 (diff) |
Leftover "(void)pUnused"
Change-Id: I5dfb00740691bcbc2c5f4c161349385032ab1013
-rw-r--r-- | sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx index af18023226bc..0a0014a9b701 100644 --- a/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx +++ b/sd/source/ui/framework/configuration/ChangeRequestQueueProcessor.cxx @@ -113,8 +113,6 @@ void ChangeRequestQueueProcessor::StartProcessing() IMPL_LINK_NOARG(ChangeRequestQueueProcessor, ProcessEvent) { - (void)pUnused; - ::osl::MutexGuard aGuard (maMutex); mnUserEventId = 0; |