diff options
| author | Jeanne-Kamikaze <jeannekamikaze@gmail.com> | 2013-08-18 12:12:51 +0200 |
|---|---|---|
| committer | Jeanne-Kamikaze <jeannekamikaze@gmail.com> | 2013-08-18 12:12:51 +0200 |
| commit | 4e356e0f884db00661a06384c4dfd9e1a1e3c7e4 (patch) | |
| tree | d6dd8e3ea68cc7d82d229bfb27d9b55bd262b1ca /demos | |
| parent | 527272ec4fca5aa375e593b8a005c3206a1bcc27 (diff) | |
Unused imports
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/pong/Pong.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/pong/Pong.hs b/demos/pong/Pong.hs index 6b2f888..1761823 100644 --- a/demos/pong/Pong.hs +++ b/demos/pong/Pong.hs | |||
| @@ -13,8 +13,7 @@ import Spear.Math.Spatial2 | |||
| 13 | import Spear.Math.Vector | 13 | import Spear.Math.Vector |
| 14 | import Spear.Step | 14 | import Spear.Step |
| 15 | 15 | ||
| 16 | import Data.List (foldl') | 16 | import Data.Monoid (mconcat) |
| 17 | import Data.Monoid | ||
| 18 | import GHC.Float (double2Float) | 17 | import GHC.Float (double2Float) |
| 19 | 18 | ||
| 20 | -- Game events | 19 | -- Game events |
