From 6a0ac8584c757b77e83a1165d1e2993438dde75d Mon Sep 17 00:00:00 2001 From: orbea Date: Mon, 7 Jan 2019 21:50:41 -0800 Subject: [PATCH] Makefile.common: Remove redundant HAVE_MENU check. --- Makefile.common | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile.common b/Makefile.common index 10494e9e1a..c5153e3f95 100644 --- a/Makefile.common +++ b/Makefile.common @@ -31,11 +31,6 @@ ifeq ($(HAVE_VIDEO_PROCESSOR), 1) DEFINES += -DHAVE_VIDEO_PROCESSOR endif -ifeq ($(HAVE_MENU), 1) - DEFINES += -DHAVE_MENU - HAVE_MENU_COMMON = 1 -endif - ifeq ($(HAVE_SOCKET_LEGACY), 1) DEFINES += -DHAVE_SOCKET_LEGACY endif