Reduce warnings: remove unused variables (#6499)

Removed unused variables
This commit is contained in:
Vovodroid 2024-08-22 19:02:58 +03:00 committed by GitHub
parent c6065d54fc
commit 2eb1adb719
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 21 additions and 32 deletions

View file

@ -470,7 +470,6 @@ void GLTexture::reset()
bool GLTexture::generate_from_text_string(const std::string& text_str, wxFont &font, wxColor background, wxColor foreground)
{
int w,h,hl;
return generate_from_text(text_str, font, background, foreground);
}