From e67aec097303c2765ce5937dd8ca3db122defa4a Mon Sep 17 00:00:00 2001 From: sorgelig Date: Tue, 7 Aug 2018 12:08:59 +0800 Subject: [PATCH] OSD: drop legacy unnamed option. --- menu.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/menu.cpp b/menu.cpp index 589d3ee..33c3c78 100644 --- a/menu.cpp +++ b/menu.cpp @@ -972,17 +972,6 @@ void HandleUI(void) if (!p[0]) OsdCoreNameSet("8BIT"); else OsdCoreNameSet(p); - // check if there's a file type supported - p = user_io_8bit_get_string(1); - if (p && strlen(p)) { - entry++; - selentry++; - menumask = 1; - strcpy(s, " Load *."); - strcat(s, GetExt(p)); - OsdWrite(0, s, menusub == 0, 0); - } - // add options as requested by core int i = 2; do {