Makefile.common: Remove redundant HAVE_MENU check.

This commit is contained in:
orbea 2019-01-07 21:50:41 -08:00
parent 3e5237ed72
commit 6a0ac8584c

View File

@ -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