diff options
author | George Hazan <ghazan@miranda.im> | 2020-06-23 13:23:22 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-06-23 13:23:22 +0300 |
commit | 324885a4d935f29c22cd641c586b7a179b5690e5 (patch) | |
tree | d7f14d9330ea9de1d11038fed0270c32e6283b46 /plugins/New_GPG/src/clist.cpp | |
parent | 79ac2b9aa18914e0394562144171581c5bbf42d7 (diff) |
New_GPG:
- massive code cleaning;
- obsolete extra icon management code removed;
- added code to visualize service events correctly;
- version bump
Diffstat (limited to 'plugins/New_GPG/src/clist.cpp')
-rw-r--r-- | plugins/New_GPG/src/clist.cpp | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/plugins/New_GPG/src/clist.cpp b/plugins/New_GPG/src/clist.cpp deleted file mode 100644 index 06554cd7b5..0000000000 --- a/plugins/New_GPG/src/clist.cpp +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright © 2010-20 SecureIM developers (baloo and others), sss -// -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - -#include "stdafx.h" - -void RefreshContactListIcons(void); - -int onExtraImageListRebuilding(WPARAM, LPARAM) -{ - RefreshContactListIcons(); - return 0; -} - -int onExtraImageApplying(WPARAM wParam, LPARAM) -{ - setClistIcon(wParam); - return 0; -} |