summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/development/BugReportPreferenceControllerV2.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/settings/development/BugReportPreferenceControllerV2.java')
-rw-r--r--src/com/android/settings/development/BugReportPreferenceControllerV2.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/com/android/settings/development/BugReportPreferenceControllerV2.java b/src/com/android/settings/development/BugReportPreferenceControllerV2.java
index 38dece86a2..5876f84090 100644
--- a/src/com/android/settings/development/BugReportPreferenceControllerV2.java
+++ b/src/com/android/settings/development/BugReportPreferenceControllerV2.java
@@ -44,14 +44,4 @@ public class BugReportPreferenceControllerV2 extends DeveloperOptionsPreferenceC
public String getPreferenceKey() {
return KEY_BUGREPORT;
}
-
- @Override
- protected void onDeveloperOptionsSwitchEnabled() {
- // intentional no-op
- }
-
- @Override
- protected void onDeveloperOptionsSwitchDisabled() {
- // intentional no-op
- }
}