removed SDL-ttf as it breaks for now

This commit is contained in:
Stefan Dresselhaus
2014-02-28 14:44:58 +01:00
parent 99f7e1593a
commit 517f2eb0b6
3 changed files with 2 additions and 11 deletions

View File

@ -7,7 +7,6 @@ import Foreign.C (CFloat)
import Data.Time (UTCTime)
import Linear.Matrix (M44)
import Control.Monad.RWS.Strict (RWST)
import Graphics.UI.SDL.TTF.Types as TTF
@ -26,7 +25,7 @@ data Env = Env
, envZDistClosest :: !Double
, envZDistFarthest :: !Double
--, envGLContext :: !GLContext
, envFont :: TTF.TTFFont
--, envFont :: TTF.TTFFont
}
--Mutable State