- removed FMod as the last remaining piece of code that is not GPL compatible.

Please consider GZDoom as licensed under the GPL starting with this commit, even though the license headers have not been changed yet.
This commit is contained in:
Christoph Oelckers 2017-04-17 01:06:54 +02:00
commit c219811a54
15 changed files with 6 additions and 4605 deletions

View file

@ -247,10 +247,6 @@ static bool CheckSkipOptionBlock(FScanner &sc)
{
filter |= IsOpenALPresent();
}
else if (sc.Compare("FModEx"))
{
filter |= IsFModExPresent();
}
}
while (sc.CheckString(","));
sc.MustGetStringName(")");