Remove unneeded readFullLineFromPtyProcess function

pull/1/head
Timothy Pearson 12 years ago
parent e7690bbfd4
commit 2db1f7d324

@ -847,15 +847,6 @@ void LDAPConfig::removeSelectedService() {
updateAllInformation();
}
TQString readFullLineFromPtyProcess(PtyProcess* proc) {
TQString result = "";
while ((!result.contains("\n")) && (!result.contains(":")) && (!result.contains(">"))) {
result = result + TQString(proc->readLine(false));
tqApp->processEvents();
}
return result;
}
int LDAPConfig::setPasswordForUser(LDAPUserInfo user, TQString *errstr) {
if (user.new_password == "") {
return 0;

Loading…
Cancel
Save