diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-02-21 19:40:27 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-02-21 19:40:27 +0000 |
commit | 40318351c43f59747b2b22db47a2f6db78ca9878 (patch) | |
tree | 1802fa56df8c4f9c0f7aa160e319403194b9808e /plugins/DbEditorPP/src/headers.h | |
parent | 9fbb540928c2584128bdd6361d60ee57f315a0f6 (diff) |
removed unneeded option (fixes #590)
git-svn-id: http://svn.miranda-ng.org/main/trunk@8204 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src/headers.h')
-rw-r--r-- | plugins/DbEditorPP/src/headers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/headers.h b/plugins/DbEditorPP/src/headers.h index d6e0c7006a..75a3830f6a 100644 --- a/plugins/DbEditorPP/src/headers.h +++ b/plugins/DbEditorPP/src/headers.h @@ -58,7 +58,6 @@ int AddIconToList(HIMAGELIST hil, HICON hIcon); void AddProtoIconsToList(HIMAGELIST hil, int newshift);
int GetProtoIcon(char *szProto);
extern MCONTACT hRestore;
-extern HGENMENU hUserMenu;
/////////////////////
#ifndef NDEBUG
|