projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b01ce8
)
remove no-longer needed types from MapEvent
author
Richard Fairhurst
<richard@systemed.net>
Sun, 16 Jan 2011 16:55:05 +0000
(16:55 +0000)
committer
Richard Fairhurst
<richard@systemed.net>
Sun, 16 Jan 2011 16:55:05 +0000
(16:55 +0000)
net/systemeD/halcyon/MapEvent.as
patch
|
blob
|
history
diff --git
a/net/systemeD/halcyon/MapEvent.as
b/net/systemeD/halcyon/MapEvent.as
index 739c9b60ad760b33dac31a358022733b99973ff4..efb08529a1baf8dcdc23d8483af44d3bc6b9f6b1 100644
(file)
--- 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;