Skip to content

Commit

Permalink
remove check for MOTOROLA_BROWSER cap when check licence
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrys committed Apr 12, 2012
1 parent 4c37d0b commit edea3bb
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -549,9 +549,6 @@ private boolean isPassMotoLicence() {
if (Capabilities.MOTOROLA_ENABLED) {
return true;
}
if (Capabilities.MOTOROLA_BROWSER_ENABLED) {
return true;
}
return RhodesService.isMotorolaLicencePassed();
}

Expand Down

0 comments on commit edea3bb

Please sign in to comment.