Refactory.
[phpeclipse.git] / net.sourceforge.phpeclipse.xdebug.core / src / net / sourceforge / phpeclipse / xdebug / php / model / XDebugThread.java
index ed32941..73a3b4a 100644 (file)
@@ -324,22 +324,6 @@ public class XDebugThread extends XDebugElement implements IThread, IDebugEventS
        }
        
        /**
-        * Fires a debug event
-        * 
-        * @param event the event to be fired
-        */
-       protected void fireEvent(DebugEvent event) {
-               DebugPlugin.getDefault().fireDebugEventSet(new DebugEvent[] {event});
-       }
-       
-       /**
-        * Fires a <code>CREATE</code> event for this element.
-        */
-       public void fireCreationEvent() {
-               fireEvent(new DebugEvent(this, DebugEvent.CREATE));
-       }       
-       
-       /**
         * Fires a <code>RESUME</code> event for this element with
         * the given detail.
         *