From 6c133b74504c12ccbae931f4bfd87ed6910518ba Mon Sep 17 00:00:00 2001 From: Logan B Date: Sun, 27 Nov 2016 03:22:25 +1300 Subject: [PATCH] Remove USE_BGFX option (nw) Wasn't removed when mmicko did 9eb2734495cda6ff0391f317ca2565b421476738 --- makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/makefile b/makefile index e7ff63c1fe6..263a3ccd07a 100644 --- a/makefile +++ b/makefile @@ -591,10 +591,6 @@ ifdef MAP PARAMS += --MAP='$(MAP)' endif -ifdef USE_BGFX -PARAMS += --USE_BGFX='$(USE_BGFX)' -endif - ifdef NOASM TARGET_PARAMS += --NOASM='$(NOASM)' endif