am ab8967ae: am da34e13b: Merge "Remove unwanted parameter (it was a typo)." into honeycomb

* commit 'ab8967ae9db71291094da2967e744038b7e91ff7':
  Remove unwanted parameter (it was a typo).
This commit is contained in:
Joe Onorato
2011-01-24 13:30:42 -08:00
committed by Android Git Automerger
2 changed files with 1 additions and 3 deletions

View File

@@ -10816,7 +10816,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
/**
* Returns the status bar visibility that this view has requested.
*/
public int getSystemUiVisibility(int visibility) {
public int getSystemUiVisibility() {
return mSystemUiVisibility;
}