summaryrefslogtreecommitdiffstats
path: root/Bindings/GLX.chs
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-02-25 02:15:26 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-02-25 02:15:26 +0100
commitb4c3367c63459607f0919e77998d5405634e2003 (patch)
treebbd9a47429a642bc72456946ea8c5e7a646ee815 /Bindings/GLX.chs
parent7f12f41e5fce40042f97d167da9a0fb58e5a1651 (diff)
downloadhtanks-b4c3367c63459607f0919e77998d5405634e2003.tar
htanks-b4c3367c63459607f0919e77998d5405634e2003.zip
Added texture loading
Diffstat (limited to 'Bindings/GLX.chs')
-rw-r--r--Bindings/GLX.chs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bindings/GLX.chs b/Bindings/GLX.chs
index 0f31106..d5fed4d 100644
--- a/Bindings/GLX.chs
+++ b/Bindings/GLX.chs
@@ -30,7 +30,6 @@ import Data.Word
import Foreign.C.String (withCString)
import Foreign.C.Types
-import Foreign.ForeignPtr
import Foreign.Ptr
import Foreign.Marshal.Alloc (alloca, allocaBytes)
import Foreign.Marshal.Array (peekArray, withArray0)