]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix unused variable warning in last change
authorPo Lu <luangruo@yahoo.com>
Tue, 4 Jan 2022 08:14:40 +0000 (08:14 +0000)
committerPo Lu <luangruo@yahoo.com>
Tue, 4 Jan 2022 08:14:40 +0000 (08:14 +0000)
* src/haiku_draw_support.c (BBitmap_transform_bitmap): Fix
unused variable warning.

src/haiku_draw_support.cc

index 3e17a08811c1195a5a1ea80188ea2fbca3bfd1eb..5d355ac205800ea768e15fcf7aabca4d1c9b423a 100644 (file)
@@ -421,7 +421,6 @@ BBitmap_transform_bitmap (void *bitmap, void *mask, uint32_t m_color,
        mk = rotate_bitmap_270 (mk);
     }
 
-  BRect r = bm->Bounds ();
   BRect n = BRect (0, 0, desw - 1, desh - 1);
   BView vw (n, NULL, B_FOLLOW_NONE, 0);
   BBitmap *dst = new BBitmap (n, bm->ColorSpace (), true);