Index: trunk/src/event/editor/AudioPanel.java
===================================================================
--- trunk/src/event/editor/AudioPanel.java	(revision 171)
+++ trunk/src/event/editor/AudioPanel.java	(revision 180)
@@ -42,7 +42,8 @@
     public boolean removeAssociatedEvent()
     {
-        event.removeThis();
-        event = null;
-        return true;
+        //this makes it not possible to remove an AudioEvent from the script without deleting its respective I_AudioEvent.
+//        event.removeThis();
+//        event = null;
+        return false;
     }
 
