diff --git a/examples/example02.hs b/examples/example02.hs index 47c0b1a..5d66681 100644 --- a/examples/example02.hs +++ b/examples/example02.hs @@ -32,12 +32,6 @@ data UserData = UserData , coordinates :: Maybe (Int, Int) } -data Particle = Particle - { particleCoords :: (Int, Int) - , particleTTL :: Double - , particleVel :: (Int, Int) - } - load :: SDL.Surface -> IO UserData load _ = do traceM "loading"