From 763d7d7da84682fb87a631a997e93c08f5abde61 Mon Sep 17 00:00:00 2001 From: tille Date: Thu, 08 May 2003 12:16:38 +0000 Subject: this needs the new libopie patch... --- (limited to 'core/pim/osearch/adresssearch.cpp') diff --git a/core/pim/osearch/adresssearch.cpp b/core/pim/osearch/adresssearch.cpp index 4b0bd9c..c5b1ae7 100644 --- a/core/pim/osearch/adresssearch.cpp +++ b/core/pim/osearch/adresssearch.cpp @@ -37,10 +37,6 @@ void AdressSearch::expand() if (!_contacts) _contacts = new OContactAccess("osearch"); ORecordList results = _contacts->matchRegexp(_search); for (uint i = 0; i < results.count(); i++) { -// qDebug("i=%i",i); -// OContact rec = results[i]; -// qDebug("fullname %s",rec.fullName().latin1()); -//(( new OListViewItem( this, rec.fullName() ); new ContactItem( this, new OContact( results[i] )); } } -- cgit v0.9.0.2