remove methods that are not applicable

This commit is contained in:
Terry W Brady
2018-01-25 13:47:37 -08:00
parent 96bb5eeca7
commit fe3a7722d1
8 changed files with 0 additions and 103 deletions

View File

@@ -317,9 +317,4 @@ public class IPAuthentication implements AuthenticationMethod
return null;
}
@Override
public String loginPageTitle(Context context)
{
return null;
}
}