summaryrefslogtreecommitdiff
path: root/plugins/IEHistory/src/utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/IEHistory/src/utils.cpp')
-rw-r--r--plugins/IEHistory/src/utils.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/plugins/IEHistory/src/utils.cpp b/plugins/IEHistory/src/utils.cpp
index fc40eeba25..d1699bdb45 100644
--- a/plugins/IEHistory/src/utils.cpp
+++ b/plugins/IEHistory/src/utils.cpp
@@ -75,16 +75,6 @@ int Info(char *title, char *format, ...)
}
/*
-returns the name of a contact
-*/
-
-wchar_t* GetContactName(MCONTACT contact)
-{
- ptrW name(Contact_GetInfo(CNF_DISPLAY, contact));
- return (name) ? wcsdup(name) : nullptr;
-}
-
-/*
Moves a control with regard to certain anchors (like delphi, c#, ...)
Somebody please improve on this code ...
*/