This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit 5a8f7ec
committed
[[ libgraphics ]] Remove unneccessary creation and clearence of SKBitmap
This patch removes code from MCCanvasBaginLayer that was creating a new
SkBitmap object and clearing all pixels within. The SkBitmap is not
referenced in any further part of the function, so its creation and
initilaization can be safely removed.1 parent ea8f134 commit 5a8f7ec
1 file changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
686 | 686 | | |
687 | 687 | | |
688 | 688 | | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
701 | 689 | | |
702 | 690 | | |
703 | 691 | | |
| |||
0 commit comments