summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ldapmgr.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ldapmgr.cpp b/src/ldapmgr.cpp
index 36224e6..d152ebe 100644
--- a/src/ldapmgr.cpp
+++ b/src/ldapmgr.cpp
@@ -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;