- The fixed_t type for the VM also is not needed any longer and was removed.

This commit is contained in:
Christoph Oelckers 2016-03-25 15:50:39 +01:00
commit 2b33601d00
7 changed files with 1 additions and 112 deletions

View file

@ -486,10 +486,6 @@ static void ParseNativeFunction(FScanner &sc, PClassActor *cls)
rets.Push(TypeFloat64);
break;
case TK_Fixed_t:
rets.Push(TypeFixed);
break;
case TK_State:
rets.Push(TypeState);
break;