git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d26cc0
)
removed debug code
author
Matthias Kramm
<kramm@quiss.org>
Mon, 19 Jan 2009 23:13:32 +0000
(15:13 -0800)
committer
Matthias Kramm
<kramm@quiss.org>
Mon, 19 Jan 2009 23:13:32 +0000
(15:13 -0800)
lib/pdf/BitmapOutputDev.cc
patch
|
blob
|
history
diff --git
a/lib/pdf/BitmapOutputDev.cc
b/lib/pdf/BitmapOutputDev.cc
index
3b10a2f
..
9a3cfb4
100644
(file)
--- a/
lib/pdf/BitmapOutputDev.cc
+++ b/
lib/pdf/BitmapOutputDev.cc
@@
-463,7
+463,7
@@
GBool BitmapOutputDev::checkNewBitmap(int x1, int y1, int x2, int y2)
sprintf(filename2, "state%dbooltext_afternewgfx.png", dbg_btm_counter);
sprintf(filename3, "state%dbitmap_afternewgfx.png", dbg_btm_counter);
- if(dbg_btm_counter==12) {
+ if(0) {
msg("<verbose> %s %s %s", filename1, filename2, filename3);
writeAlpha(boolpolybitmap, filename1);
writeAlpha(booltextbitmap, filename2);