diff --git a/lib/EventManagement.php b/lib/EventManagement.php
index ec261a48f6bb671d0f4f21840476b9955ec94f02..98dc2f8bdfda61be9e40a0a1e73c874fd32ce1e2 100644
--- a/lib/EventManagement.php
+++ b/lib/EventManagement.php
@@ -26,16 +26,7 @@ class EventManagement{
 	 * @var array of EventListener
 	 */
 	private $handlers = array();
-	
-	/**
-	 * Add a new handler, which is called on a new incoming event.
-	 * 
-	 * @param EventListener $handler
-	 */
-	public function registerHandler($handler){
-		$this->handlers[] = $handler;
-	}
-	
+		
 	/**
 	 * Get a list of event ids
 	 *