updating to latest huffware set.
[feisty_meow.git] / huffware / huffotronic_eepaw_knowledge_v60.9 / take_touches_v0.2.txt
diff --git a/huffware/huffotronic_eepaw_knowledge_v60.9/take_touches_v0.2.txt b/huffware/huffotronic_eepaw_knowledge_v60.9/take_touches_v0.2.txt
deleted file mode 100755 (executable)
index 62af88d..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-
-// huffware script: take touches, by fred huffhines.
-//
-// eats any touches from an avatar so that other prims do not know they happened.
-//
-// this script is licensed by the GPL v3 which is documented at: http://www.gnu.org/licenses/gpl.html
-// do not use it in objects without fully realizing you are implicitly accepting that license.
-//
-
-default
-{
-    state_entry() { }
-
-    touch_start(integer total_number)
-    {
-        // do nothing.
-    }
-}
-