Remove, don't just comment out.

This commit is contained in:
GJ 2013-10-28 16:04:55 -04:00
parent 60d69e3cc4
commit ccb7fc5886

View File

@ -710,54 +710,6 @@ public class McMMOPlayer {
return ptpRecord;
}
// public boolean getPtpEnabled() {
// return ptpEnabled;
// }
//
// public void togglePtpUse() {
// ptpEnabled = !ptpEnabled;
// }
//
// public Player getPtpRequest() {
// return ptpRequest;
// }
//
// public void setPtpRequest(Player ptpRequest) {
// this.ptpRequest = ptpRequest;
// }
//
// public boolean hasPtpRequest() {
// return (ptpRequest != null);
// }
//
// public void removePtpRequest() {
// ptpRequest = null;
// }
//
// public boolean getPtpConfirmRequired() {
// return ptpConfirmRequired;
// }
//
// public void togglePtpConfirmRequired() {
// ptpConfirmRequired = !ptpConfirmRequired;
// }
//
// public int getPtpLastUse() {
// return ptpLastUse;
// }
//
// public void actualizePtpLastUse() {
// ptpLastUse = (int) (System.currentTimeMillis() / Misc.TIME_CONVERSION_FACTOR);
// }
//
// public long getPtpTimeout() {
// return ptpTimeout;
// }
//
// public void actualizePtpTimeout() {
// ptpTimeout = (int) (System.currentTimeMillis() / Misc.TIME_CONVERSION_FACTOR);
// }
public int getItemShareModifier() {
if (itemShareModifier < 10) {
setItemShareModifier(10);