Remove no-op handlePerferenceTreeClick from PrefControllers

Bug: 33429853
Test: RunSettingsRoboTests
Change-Id: I5633953e3d7b07f9006e541b96a24a2a769e2686
This commit is contained in:
Fan Zhang
2016-12-07 15:34:31 -08:00
parent 2425a528ad
commit 9b6f181340
43 changed files with 7 additions and 217 deletions

View File

@@ -51,9 +51,4 @@ public class FontSizePreferenceController extends PreferenceController {
strEntryValues);
preference.setSummary(entries[index]);
}
@Override
public boolean handlePreferenceTreeClick(Preference preference) {
return false;
}
}