Minor fix.

This commit is contained in:
Martín Lucas Golini
2024-05-21 20:14:11 -03:00
parent 98109c9ded
commit 2b0c59c658
7 changed files with 13 additions and 9 deletions

View File

@@ -833,7 +833,7 @@ void AutoCompletePlugin::update( UICodeEditor* ) {
}
void AutoCompletePlugin::drawSignatureHelp( UICodeEditor* editor, const Vector2f& startScroll,
const Float& lineHeight, bool drawUp ) {
const Float& /*lineHeight*/, bool drawUp ) {
TextDocument& doc = editor->getDocument();
Primitives primitives;