Bug 324304 - IMPersonsDataSource::accountForContactId still exists
Summary: IMPersonsDataSource::accountForContactId still exists
Status: RESOLVED FIXED
Alias: None
Product: telepathy
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: Future
Assignee: Telepathy Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-31 02:46 UTC by David Edmundson
Modified: 2013-08-31 11:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.