summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java')
-rw-r--r--src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java b/src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java
index ab8023e02..b3c23cdb0 100644
--- a/src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java
+++ b/src/com/android/gallery3d/filtershow/imageshow/ImageRotate.java
@@ -42,11 +42,6 @@ public class ImageRotate extends ImageGeometry {
super(context);
}
- @Override
- public String getName() {
- return getContext().getString(R.string.rotate);
- }
-
private static final Paint gPaint = new Paint();
private void computeValue() {