minor: further cleanup of old vb and yield prolog script engine references that were removed some time ago

This commit is contained in:
Justin Clark-Casey (justincc)
2014-07-11 00:15:47 +01:00
parent d7b9260496
commit 15b38f0036
3 changed files with 2 additions and 20 deletions

View File

@@ -964,8 +964,6 @@ namespace OpenSim.Region.ScriptEngine.XEngine
if (restOfFirstLine.StartsWith("c#")
|| restOfFirstLine.StartsWith("vb")
|| restOfFirstLine.StartsWith("lsl")
|| restOfFirstLine.StartsWith("js")
|| restOfFirstLine.StartsWith("yp")
|| restOfFirstLine.Length == 0)
warnRunningInXEngine = true;