aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.common b/Makefile.common
index 92073ae2cf..1aa61b1709 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -33,15 +33,6 @@ ifdef USE_MT32EMU
MODULES += sound/softsynth/mt32
endif
-ifdef DISABLE_SCALERS
-DEFINES += -DDISABLE_SCALERS
-endif
-
-ifdef DISABLE_HQ_SCALERS
-DEFINES += -DDISABLE_HQ_SCALERS
-endif
-
-
######################################################################
# The build rules follow - normally you should have no need to
# touch whatever comes after here.