diff options
Diffstat (limited to 'swat/scripting/test.esp')
-rw-r--r-- | swat/scripting/test.esp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/swat/scripting/test.esp b/swat/scripting/test.esp deleted file mode 100644 index 614a42410c..0000000000 --- a/swat/scripting/test.esp +++ /dev/null @@ -1,6 +0,0 @@ -<h3>A esp include file</h3> -<% - function testfn(test) { - return "the argument was " + test; - } -%> |