mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Makefile.common: Remove redundant HAVE_MENU check.
This commit is contained in:
parent
3e5237ed72
commit
6a0ac8584c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user