From 50aa4393693b73b17cf0fa20a025725537b33c0e Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Sun, 16 Jan 2011 16:55:05 +0000 Subject: [PATCH] remove no-longer needed types from MapEvent --- net/systemeD/halcyon/MapEvent.as | 1 - 1 file changed, 1 deletion(-) diff --git a/net/systemeD/halcyon/MapEvent.as b/net/systemeD/halcyon/MapEvent.as index 739c9b6..efb0852 100644 --- a/net/systemeD/halcyon/MapEvent.as +++ b/net/systemeD/halcyon/MapEvent.as @@ -13,7 +13,6 @@ package net.systemeD.halcyon { public static const INITIALISED:String = "initialized"; public static const BUMP:String = "bump"; public static const ERROR:String = "error"; // ** FIXME - this should be a dedicated ErrorEvent class - public static const ATTENTION:String = "attention"; // ** FIXME - this should be a dedicated AttentionEvent class public var params:Object; -- 2.17.1