summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proguard.flags8
1 files changed, 0 insertions, 8 deletions
diff --git a/proguard.flags b/proguard.flags
index 15e97434e..66e53673e 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -35,11 +35,3 @@
# Disable the warnings of using dynamic method calls in EffectsRecorder
-dontnote com.android.camera.EffectsRecorder
-
-# Required for ActionBarSherlock
--keep class android.support.v4.app.** { *; }
--keep interface android.support.v4.app.** { *; }
--keep class com.actionbarsherlock.** { *; }
--keep interface com.actionbarsherlock.** { *; }
--keepattributes *Annotation*
-