Bug 324304

Summary: IMPersonsDataSource::accountForContactId still exists
Product: [Frameworks and Libraries] telepathy Reporter: David Edmundson <kde>
Component: generalAssignee: Telepathy Bugs <kde-telepathy-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: Future   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description David Edmundson 2013-08-31 02:46:27 UTC
This has a synchronous query in and should be banned. I modified code to not call this method, I don't know why it's still here.
Comment 1 David Edmundson 2013-08-31 11:33:10 UTC
Git commit 9f47432da43b1b516ef2b401b3467eeae10f65a5 by David Edmundson.
Committed on 31/08/2013 at 12:32.
Pushed by davidedmundson into branch 'master'.

Remove unused method

M  +0    -35   KTp/im-persons-data-source.cpp
M  +0    -1    KTp/im-persons-data-source.h

http://commits.kde.org/telepathy-common-internals/9f47432da43b1b516ef2b401b3467eeae10f65a5
Comment 2 David Edmundson 2013-08-31 11:33:31 UTC
Turns out it's just unused. That was easy.