diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-22 23:07:42 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-22 23:07:42 +0000 |
commit | fd602fafce02247a045dc94a104bcf949113c80f (patch) | |
tree | 21d5b0c65fa3826cc557794926e424714592ff53 /plugins/FileAsMessage | |
parent | 279379bd2da15aed40c0bf61f34f48de37a99c8e (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@14337 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FileAsMessage')
-rw-r--r-- | plugins/FileAsMessage/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/FileAsMessage/src/main.cpp b/plugins/FileAsMessage/src/main.cpp index 279307f86f..ae7188e548 100644 --- a/plugins/FileAsMessage/src/main.cpp +++ b/plugins/FileAsMessage/src/main.cpp @@ -179,7 +179,6 @@ static int OnModulesLoaded(WPARAM wparam, LPARAM lparam) mi.hIcon = hIcons[ICON_MAIN];
mi.pszName = LPGEN("File As Message...");
mi.pszService = SERVICE_NAME "/FESendFile";
- mi.pszContactOwner = NULL;
mi.flags = CMIF_NOTOFFLINE;
Menu_AddContactMenuItem(&mi);
return 0;
|