summaryrefslogtreecommitdiff
path: root/avmedia
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2024-04-04 10:55:36 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2024-04-04 19:58:14 +0200
commit2d8056d884ee3ab7b4454c378618dceb6f5a7ae8 (patch)
tree37be5459b0c7a516bd8b66098d8ca1ef2f9de2b6 /avmedia
parentad4b72a0eacf6bb6887236ea3a3807b1264de822 (diff)
loplugin:unusedmethods
Change-Id: I19f466a272c821185bea4b45efd34392e525c0d1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165785 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'avmedia')
-rw-r--r--avmedia/source/viewer/mediawindow.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/avmedia/source/viewer/mediawindow.cxx b/avmedia/source/viewer/mediawindow.cxx
index 2a3162db2c2d..cc369bed6264 100644
--- a/avmedia/source/viewer/mediawindow.cxx
+++ b/avmedia/source/viewer/mediawindow.cxx
@@ -479,12 +479,6 @@ void PlayerListener::startListening(const css::uno::Reference<media::XPlayerNoti
m_xNotifier->addPlayerListener(this);
}
-void PlayerListener::stopListening()
-{
- std::unique_lock aGuard(m_aMutex);
- stopListening(aGuard);
-}
-
void PlayerListener::stopListening(std::unique_lock<std::mutex>&)
{
if (!m_xNotifier)