From 97a7ebcab3893444e335d3821acb06b030b729e5 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Thu, 12 Apr 2007 23:54:04 +0000 Subject: [PATCH] Removed import that turned out not to be necessary. I was so prepared for this to be complicated! git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@196 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flash/KeyRepeatBlocker.as | 1 - 1 file changed, 1 deletion(-) diff --git a/src/as/com/threerings/flash/KeyRepeatBlocker.as b/src/as/com/threerings/flash/KeyRepeatBlocker.as index bdc211ba..70562ca1 100644 --- a/src/as/com/threerings/flash/KeyRepeatBlocker.as +++ b/src/as/com/threerings/flash/KeyRepeatBlocker.as @@ -6,7 +6,6 @@ import flash.events.IEventDispatcher; import flash.events.KeyboardEvent; import flash.utils.Dictionary; -import flash.utils.getTimer; // function import /** * A very simple class that adapts the KeyboardEvents generated by some source by discarding