Browse Source

Merge pull request #28 from zarosath/master

Update gif.bmx
Brucey 1 year ago
parent
commit
47a98be576
1 changed files with 1 additions and 2 deletions
  1. 1 2
      gif.mod/gif.bmx

+ 1 - 2
gif.mod/gif.bmx

@@ -25,7 +25,6 @@ The GIF loader module provides the ability to load GIF format #pixmaps.
 End Rem
 Module Image.GIF
 
-Framework BRL.Blitz
 Import BRL.Max2D
 Import Image.Stb
 
@@ -136,4 +135,4 @@ Type TGifImage
 		Free()
 	EndMethod
 
-End Type
+End Type