Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1029920 authored by Mark Harman's avatar Mark Harman
Browse files

Comment out unused function.

parent fefb437f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1855,7 +1855,7 @@ public class PanoramaProcessor {
        return new AutoAlignmentByFeatureResult(offset_x, offset_y, rotation, y_scale);
    }

    private Bitmap blend_panorama_alpha(Bitmap lhs, Bitmap rhs) {
    /*private Bitmap blend_panorama_alpha(Bitmap lhs, Bitmap rhs) {
        int width = lhs.getWidth();
        int height = lhs.getHeight();
        if( width != rhs.getWidth() ) {
@@ -1889,7 +1889,7 @@ public class PanoramaProcessor {
            blended_canvas.drawBitmap(rhs, rect, rect, p);
        }
        return blended_bitmap;
    }
    }*/

    /*private static int nextPowerOf2(int value) {
        int power = 1;