From e4d203d2f4c2fd58e83460421ba704b04f2bcdce Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 1 Jan 2015 20:35:38 +0000 Subject: \0 removed git-svn-id: http://svn.miranda-ng.org/main/trunk@11718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/UserInfoEx/src/mir_db.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'plugins/UserInfoEx/src/mir_db.cpp') diff --git a/plugins/UserInfoEx/src/mir_db.cpp b/plugins/UserInfoEx/src/mir_db.cpp index f3704a0bf9..c55a2f4a43 100644 --- a/plugins/UserInfoEx/src/mir_db.cpp +++ b/plugins/UserInfoEx/src/mir_db.cpp @@ -29,17 +29,6 @@ namespace DB { namespace Contact { -/** -* This function retrieves the display name for a contact. -* @param hContact - handle to the contact -* @return Returns the display name of a contact. -**/ - -LPTSTR DisplayName(MCONTACT hContact) -{ - return pcli->pfnGetContactDisplayName(hContact, 0); -} - /** * This function is used to retrieve a contact's basic protocol * @param hContact - handle to the contact -- cgit v1.2.3