Index: Source/core/html/shadow/MediaControls.cpp |
diff --git a/Source/core/html/shadow/MediaControls.cpp b/Source/core/html/shadow/MediaControls.cpp |
index c9b9d3eb507194be58985544e7ebbe89c28f4d60..481618911dd4e848dc775768657b03cc5d3b471a 100644 |
--- a/Source/core/html/shadow/MediaControls.cpp |
+++ b/Source/core/html/shadow/MediaControls.cpp |
@@ -289,14 +289,6 @@ void MediaControls::updateCurrentTimeDisplay() |
m_currentTimeDisplay->setCurrentValue(now); |
} |
-void MediaControls::showVolumeSlider() |
-{ |
- if (!m_mediaController->hasAudio()) |
- return; |
- |
- m_volumeSlider->show(); |
-} |
- |
void MediaControls::changedMute() |
{ |
m_panelMuteButton->changedMute(); |