[GB.IMAGE]
* BUG: Remove debugging messages. git-svn-id: svn://localhost/gambas/trunk@1823 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
272b14759e
commit
e22c1b2059
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[Component]
|
||||
Key=gb.image.io
|
||||
Author=Benoît Minisini
|
||||
State=2
|
||||
State=0
|
||||
Implements=ImageIO
|
||||
Requires=gb.image
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "image.h"
|
||||
|
||||
#define DEBUG_CONVERT
|
||||
//#define DEBUG_CONVERT
|
||||
|
||||
static int _default_format = GB_IMAGE_RGBA;
|
||||
|
||||
|
|
Loading…
Reference in a new issue