diff --git a/src/Affection/Types.hs b/src/Affection/Types.hs index 5a9bfac..f39618e 100644 --- a/src/Affection/Types.hs +++ b/src/Affection/Types.hs @@ -83,11 +83,9 @@ data AffectionData us = AffectionData , userState :: us -- ^ State data provided by user , drawWindow :: SDL.Window -- ^ SDL window , windowRenderer :: SDL.Renderer -- ^ Internal renderer of window - -- , drawSurface :: SDL.Surface -- ^ SDL surface , drawTexture :: SDL.Texture -- ^ SDL Texture to draw to , drawFormat :: B.BablFormatPtr -- ^ Target format , drawStack :: [DrawRequest] -- ^ Stack of 'DrawRequest's to be processed - -- , drawPixels :: Ptr () -- ^ Destination Pixel buffer , drawDimensions :: (Int, Int) -- ^ Dimensions of target surface , drawStride :: Int -- ^ Stride of target buffer , drawCPP :: Int -- ^ Number of components per pixel