From 948984309a3c1dd6b92f018926e9831083c803e3 Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 22 Oct 2018 14:00:58 -0400 Subject: lua move rocklib_img to its own separate loadable module allows rocklib_img to be excluded if needed stops rocklib_aux from generating redundant prototypes for lcd_mono_bitmap[_part] Change-Id: Ie208ad71ab5f9a7deb026dc01a5b0a0631a0d29c --- apps/plugins/lua/rocklib_aux.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lua/rocklib_aux.pl') diff --git a/apps/plugins/lua/rocklib_aux.pl b/apps/plugins/lua/rocklib_aux.pl index 8256b838ed..f04457f189 100755 --- a/apps/plugins/lua/rocklib_aux.pl +++ b/apps/plugins/lua/rocklib_aux.pl @@ -70,6 +70,7 @@ my @forbidden_functions = ('^open$', '^strl?+cat$', '^codec_', '^timer_', + '^lcd_(mono_)?+bitmap', '^__.+$', '^.+_(un)?cached$', '^audio_play$', -- cgit v1.2.3