removed unused code

This commit is contained in:
fred-fri 2012-05-23 15:33:47 +09:00
parent 8bc82ad6b9
commit f01bc46ca3

@ -47,14 +47,6 @@ public class SupervisorNotificationSettingsPanel extends Panel {
}
});
wmc.add(new ChoicePanel("conferenceComment", new Model<Boolean>(supervisorNotificationSettings.isMailNotifyConferenceComment())) {
@Override
public void onNewSelection(AjaxRequestTarget target, boolean choice) {
supervisorNotificationSettings.setMailNotifyConferenceComment(choice);
supervisorNotificationSettings = supervisorNotificationSettingsService.save(supervisorNotificationSettings);
}
});
wmc.add(new ChoicePanel("peerCompleted", new Model<Boolean>(supervisorNotificationSettings.isMailPeerReviewCompleted())) {
@Override
public void onNewSelection(AjaxRequestTarget target, boolean choice) {