Cleanup warnings

This commit is contained in:
jgk
2021-05-17 22:39:18 +02:00
parent d7fcdbf550
commit 69f915a894
102 changed files with 1243 additions and 1185 deletions
+3 -3
View File
@@ -9,8 +9,8 @@ import Preload.Update
import Picture.Preload
import Sound.Data
import Control.Lens
import GHC.Word (Word32)
--import Control.Lens
--import GHC.Word (Word32)
import qualified SDL.Mixer as Mix
@@ -20,4 +20,4 @@ cleanUpPreload pd = do
cleanUpSoundPreload $ _soundData pd
cleanUpSoundPreload :: SoundData a -> IO ()
cleanUpSoundPreload sd = Mix.closeAudio
cleanUpSoundPreload _ = Mix.closeAudio