diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2005-04-08 20:37:51 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-04-08 20:37:51 +0000 |
commit | 4df90d3150a37838f76c5ef683bc4d3ce77e3b6c (patch) | |
tree | 268602920a7079c26f9d4b919f98fed2016a6328 /gdk-pixbuf/io-pcx.c | |
parent | 533e3544fc49a388ebfa50db089b6e663dbd0f7e (diff) | |
download | gtk+-4df90d3150a37838f76c5ef683bc4d3ce77e3b6c.tar.gz |
No debugging output, please.
Diffstat (limited to 'gdk-pixbuf/io-pcx.c')
-rw-r--r-- | gdk-pixbuf/io-pcx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk-pixbuf/io-pcx.c b/gdk-pixbuf/io-pcx.c index d1042cb7dc..7a5ac66bf6 100644 --- a/gdk-pixbuf/io-pcx.c +++ b/gdk-pixbuf/io-pcx.c @@ -27,7 +27,7 @@ #include "gdk-pixbuf-private.h" #include "gdk-pixbuf-io.h" -#define PCX_DEBUG +#undef PCX_DEBUG #define PCX_TASK_DONE 0 #define PCX_TASK_LOAD_HEADER 1 |