Skip to content

Commit

Permalink
Remove unused 'showingTrackWithSameKind' from HTMLMediaElement.h
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=259616

Reviewed by Eric Carlson.

This patch removes unused function 'showingTrackWithSameKind' definition from `HTMLMediaElement.h`.

* Source/WebCore/html/HTMLMediaElement.h: Remove 'showingTrackWithSameKind'

Canonical link: https://commits.webkit.org/266409@main
  • Loading branch information
Ahmad-S792 authored and Ahmad Saleem committed Jul 29, 2023
1 parent 4ef6f54 commit 088b5a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/WebCore/html/HTMLMediaElement.h
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,6 @@ class HTMLMediaElement
void endIgnoringTrackDisplayUpdateRequests();

void updateActiveTextTrackCues(const MediaTime&);
HTMLTrackElement* showingTrackWithSameKind(HTMLTrackElement*) const;

enum class CueAction : uint8_t { Enter, Exit };
void executeCueEnterOrExitActionForTime(TextTrackCue&, CueAction);
Expand Down

0 comments on commit 088b5a6

Please sign in to comment.