diff --git a/configure/CONFIG_ADDONS b/configure/CONFIG_ADDONS index a443c3534..546eeb0da 100644 --- a/configure/CONFIG_ADDONS +++ b/configure/CONFIG_ADDONS @@ -281,14 +281,3 @@ RCS += $(RCS_DEFAULT) endif endif -# -# concat specific sequencer flags -# -ifneq ($(strip $(SNCFLAGS_$(OS_CLASS))),) -SNCFLAGS += $(subst -nil-,,$(SNCFLAGS_$(OS_CLASS))) -else -ifdef SNCFLAGS_DEFAULT -SNCFLAGS += $(SNCFLAGS_DEFAULT) -endif -endif -