diff --git a/common/menu-list.c b/common/menu-list.c index 5392841..2b693ad 100644 --- a/common/menu-list.c +++ b/common/menu-list.c @@ -166,7 +166,6 @@ int menuScan(const char* target) { return 0; } - int themeMenuScan(const char* target) { menuClear(); if (chdir(target) < 0) return 1; @@ -217,4 +216,4 @@ int themeMenuScan(const char* target) { s_curMenu = !s_curMenu; menuClear(); return 0; -} \ No newline at end of file +}