1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

unused code has been removed

This commit is contained in:
Nikolay Pultsin 2010-11-30 00:21:08 +00:00
parent d878c17e3c
commit 1ad670efab
9 changed files with 3 additions and 473 deletions

View file

@ -61,22 +61,6 @@ class AuthenticationDialog extends NetworkDialog {
if (mgr.registrationSupported()) {
myActivity.dismissDialog(NetworkDialog.DIALOG_AUTHENTICATION);
Util.runRegistrationDialog(myActivity, myLink);
/*
NetworkDialog.show(myActivity, NetworkDialog.DIALOG_REGISTER_USER, myLink, new Runnable() {
public void run() {
try {
if (mgr.isAuthorised(true)) {
if (myOnSuccessRunnable != null) {
myOnSuccessRunnable.run();
}
return;
}
} catch (ZLNetworkException e) {
}
NetworkDialog.show(myActivity, NetworkDialog.DIALOG_AUTHENTICATION, myLink, myOnSuccessRunnable);
}
});
*/
}
}
});