Skip to content

Commit

Permalink
Remove unused inline function 'isStarted' in SpellChecker.h
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=266860

Reviewed by Tim Nguyen.

This patch is to remove unused 'isStarted' inline function from SpellChecker.h.

* Source/WebCore/editing/SpellChecker.h:
(isStarted): Deleted

Canonical link: https://commits.webkit.org/272487@main
  • Loading branch information
Ahmad-S792 authored and Ahmad Saleem committed Dec 24, 2023
1 parent 2333404 commit 38330fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/WebCore/editing/SpellChecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ class SpellCheckRequest final : public TextCheckingRequest {

void setCheckerAndIdentifier(SpellChecker*, TextCheckingRequestIdentifier);
void requesterDestroyed();
bool isStarted() const { return m_checker; }

const TextCheckingRequestData& data() const final;

Expand Down

0 comments on commit 38330fe

Please sign in to comment.