From 8343cf26804cf800f2792002b83090b9acf40463 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Sun, 6 Jan 2019 17:39:19 -0500 Subject: [PATCH] re-word warning message --- qb/config.libs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 9ff712b4dc..930d38485e 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -570,8 +570,7 @@ if [ "$HAVE_MATERIALUI" = no ] && [ "$HAVE_STRIPES" = no ] && [ "$HAVE_ZARCH" = no ]; then HAVE_MENU=no - die : 'Notice: No menu drivers available, the Qt menu will also be disabled.' - # TODO: RetroArch will crash on start if only the Qt menu driver is enabled. + die : 'Notice: No menu drivers available.' fi if [ "$HAVE_MENU" != 'no' ]; then