Index: trunk/src/event/editor/AudioPanel.java
===================================================================
--- trunk/src/event/editor/AudioPanel.java	(revision 76)
+++ trunk/src/event/editor/AudioPanel.java	(revision 89)
@@ -28,5 +28,5 @@
     /**
      * Load the script event associated with this editor panel.
-     * 
+     *
      * @param sei The script event in question
      */
@@ -93,4 +93,12 @@
     {
         throw new UnsupportedOperationException("Not supported yet."); //To change body of generated methods, choose Tools | Templates.
+    }
+    
+    @Override
+    public boolean removeAssociatedEvent()
+    {
+        event.removeThis();
+        event = null;
+        return true;
     }
 
