summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/mir_db.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-01-01 20:35:38 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-01-01 20:35:38 +0000
commite4d203d2f4c2fd58e83460421ba704b04f2bcdce (patch)
treeb8dc653cc6358d9d40e15072d59e6fccffbd45fa /plugins/UserInfoEx/src/mir_db.cpp
parent8ac50e588c3497c7616647d6b167be814677330e (diff)
\0 removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@11718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/mir_db.cpp')
-rw-r--r--plugins/UserInfoEx/src/mir_db.cpp11
1 files changed, 0 insertions, 11 deletions
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
@@ -30,17 +30,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
* @return This function returns the basic protocol of a contact.