Skip to content

Commit

Permalink
Comment unused parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnCZek committed Nov 18, 2023
1 parent 83c8079 commit e702d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Elements/InputType.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ void InputType::SetSelectionRange(int /*selection_start*/, int /*selection_end*/

void InputType::GetSelection(int* /*selection_start*/, int* /*selection_end*/, String* /*selected_text*/) const {}

void InputType::SetIMERange(int range_start, int range_end) {}
void InputType::SetIMERange(int /*range_start*/, int /*range_end*/) {}

} // namespace Rml

0 comments on commit e702d90

Please sign in to comment.