diff options
author | George Hazan <ghazan@miranda.im> | 2018-02-23 19:23:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-02-25 22:23:24 +0300 |
commit | c6b8ef982eadd95c77a602edc9c39e55f28adae5 (patch) | |
tree | b878face6f922639677fe9e5519f90161e594c9b /src/mir_app | |
parent | a76776079b6d15e92dffd0c5c0016389092b1c8b (diff) |
code cleaning
Diffstat (limited to 'src/mir_app')
-rw-r--r-- | src/mir_app/src/metacontacts.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mir_app/src/metacontacts.h b/src/mir_app/src/metacontacts.h index 48aaa0f240..be57b934ad 100644 --- a/src/mir_app/src/metacontacts.h +++ b/src/mir_app/src/metacontacts.h @@ -26,8 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define META_FILTER "MetaContactsFilter"
-INT_PTR TranslateMenuFunc(MCONTACT hContact, int i);
-
// contact menu items
void InitMenus();
extern int mcStatus;
|