android/source/src/java/org/mozilla/gecko/gfx/LayerView.java | 4 ---- 1 file changed, 4 deletions(-)
New commits: commit 1c23dffbf0ad243196b948b9deac76034e112af2 Author: Michael Weghorn <[email protected]> AuthorDate: Wed Nov 12 13:38:04 2025 +0100 Commit: Michael Weghorn <[email protected]> CommitDate: Fri Nov 14 11:48:47 2025 +0100 android: Drop unused LayerView.getMaxTextureSize This allows further cleanup in an upcoming commit. Change-Id: Id16cd249913b1185227458837a198b58c8621a06 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193863 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/android/source/src/java/org/mozilla/gecko/gfx/LayerView.java b/android/source/src/java/org/mozilla/gecko/gfx/LayerView.java index 6fcb81c4ff9e..e3b2adc39a79 100644 --- a/android/source/src/java/org/mozilla/gecko/gfx/LayerView.java +++ b/android/source/src/java/org/mozilla/gecko/gfx/LayerView.java @@ -170,10 +170,6 @@ public class LayerView extends FrameLayout { mRenderer.removeLayer(layer); } - public int getMaxTextureSize() { - return mRenderer.getMaxTextureSize(); - } - public void setLayerRenderer(LayerRenderer renderer) { mRenderer = renderer; }
