hunt warnings

This commit is contained in:
nek0 2021-01-12 00:52:29 +01:00
parent e820437bdf
commit 56779daa22
3 changed files with 0 additions and 5 deletions

View File

@ -4,8 +4,6 @@ module Classes.Prop where
import Classes.Graphics.Drawable
import Types.Texture
class (Drawable a) => Prop a where
residentLayer :: a -> Word

View File

@ -13,7 +13,6 @@ import Data.String (fromString)
-- internal imports
import Classes
import Types
import Scenes.Test.Types

View File

@ -9,8 +9,6 @@ import qualified Data.Vector as V
import Data.String (fromString)
import Data.Maybe (fromJust)
-- internal imports
import Scenes.Test.Types