summaryrefslogtreecommitdiff
path: root/src/strings_func.h
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2021-01-12 19:52:30 +0100
committerPatric Stout <github@truebrain.nl>2021-01-13 14:27:39 +0100
commit98400974a9e6a482f71e9aaaca3c3062af8d887d (patch)
tree1cb19200bbc8ea780082b9dfccfbaaf52197d73e /src/strings_func.h
parent57c45a2c010639ff06eab60346642b11cb4b7bfa (diff)
downloadopenttd-98400974a9e6a482f71e9aaaca3c3062af8d887d.tar.xz
Codechange: nobody was using "str" parameter, so remove it
Diffstat (limited to 'src/strings_func.h')
-rw-r--r--src/strings_func.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings_func.h b/src/strings_func.h
index 2019b8b36..e4b779105 100644
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -277,7 +277,7 @@ public:
*/
virtual void SetFontNames(struct FreeTypeSettings *settings, const char *font_name, const void *os_data = nullptr) = 0;
- bool FindMissingGlyphs(const char **str);
+ bool FindMissingGlyphs();
};
void CheckForMissingGlyphs(bool base_font = true, MissingGlyphSearcher *search = nullptr);