remove obsolete function GetDefGrab

shapetextures
Maikel de Vries 2015-12-19 10:42:18 +01:00
parent 01dd5fcc27
commit 8247839455
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ global func GetDefFireTop() { return GetDefCoreVal("FireTop", "DefCore"); }
global func GetDefLine() { return GetDefCoreVal("Line", "DefCore"); }
global func GetDefCrewMember() { return GetDefCoreVal("CrewMember", "DefCore"); }
global func GetDefConstruction(){ return GetDefCoreVal("Construction", "DefCore"); }
global func GetDefGrab() { return GetDefCoreVal("Grab", "DefCore"); }
global func GetDefGrabPutGet() { return GetDefCoreVal("GrabPutGet", "DefCore"); }
global func GetDefRotate() { return GetDefCoreVal("Rotate", "DefCore"); }
global func GetDefFloat() { return GetDefCoreVal("Float", "DefCore"); }