diff --git a/src/LBackend.c b/src/LBackend.c index 5bbca891f..37014e5bf 100644 --- a/src/LBackend.c +++ b/src/LBackend.c @@ -845,7 +845,7 @@ void LBackend_SliderDraw(struct LSlider* w) { /*########################################################################################################################* *-------------------------------------------------------TableWidget-------------------------------------------------------* *#########################################################################################################################*/ -static void InitRowFont(struct LTable* w) { +static void InitRowFont(void) { if (rowFont.handle) return; Font_Make(&rowFont, 11, FONT_FLAGS_NONE); }