diff options
author | George Hazan <ghazan@miranda.im> | 2017-09-05 19:51:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-09-05 19:51:25 +0300 |
commit | 2f28ea7818c8b9285b505231642247803a69f07e (patch) | |
tree | bb1066d2a8006475097b8d2efdd77b80e8c1dae5 /plugins/Clist_modern/src/modern_clc.cpp | |
parent | 960b6fdb032ecb97ba9dc57b0aedec9b632605e0 (diff) |
Clist Modern: more code cleaning
Diffstat (limited to 'plugins/Clist_modern/src/modern_clc.cpp')
-rw-r--r-- | plugins/Clist_modern/src/modern_clc.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_modern/src/modern_clc.cpp b/plugins/Clist_modern/src/modern_clc.cpp index 52f6ae07ce..14aa6ef3be 100644 --- a/plugins/Clist_modern/src/modern_clc.cpp +++ b/plugins/Clist_modern/src/modern_clc.cpp @@ -1543,8 +1543,6 @@ static int clcHookModulesLoaded(WPARAM, LPARAM) if (MirandaExiting())
return 0;
- g_CluiData.bAvsPresent = ServiceExists(MS_AV_GETAVATARBITMAP) != 0;
-
HookEvent(ME_AV_AVATARCHANGED, clcHookAvatarChanged);
HookEvent(ME_FOLDERS_PATH_CHANGED, ReloadSkinFolder);
|