summaryrefslogtreecommitdiffstats
path: root/src/com/android/camera/panorama/CaptureView.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/camera/panorama/CaptureView.java')
-rw-r--r--src/com/android/camera/panorama/CaptureView.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/com/android/camera/panorama/CaptureView.java b/src/com/android/camera/panorama/CaptureView.java
index 37f46bb..eea3043 100644
--- a/src/com/android/camera/panorama/CaptureView.java
+++ b/src/com/android/camera/panorama/CaptureView.java
@@ -50,12 +50,6 @@ class CaptureView extends View {
Log.v(TAG, "onSizeChanged: W = " + w + ", H = " + h);
}
- public void onResume() {
- }
-
- public void onPause() {
- }
-
public void setStartAngle(int angle) {
mStartAngle = angle;
}