diff options
-rw-r--r-- | src/fringe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fringe.c b/src/fringe.c index 22f3bdc2ba8..08bf271ed56 100644 --- a/src/fringe.c +++ b/src/fringe.c @@ -1607,7 +1607,6 @@ If BITMAP already exists, the existing definition is replaced. */) fb.bits = b = ((unsigned short *) ptr_bounds_clip (xfb + 1, fb.height * BYTES_PER_BITMAP_ROW)); xfb = ptr_bounds_clip (xfb, sizeof *xfb); - memset (b, 0, fb.height); j = 0; while (j < fb.height) |