summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/container.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-08-12 13:32:57 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-08-12 13:32:57 +0000
commit5a5db63d2250396ea17b194e4dc7b455cdd521fd (patch)
tree5c8678e3ea936df18d9ec074e115f49e6e6cb4d8 /plugins/TabSRMM/src/container.cpp
parent262955b51eb11e3f8e38546d716f9820231854e1 (diff)
more correct check for avatars
git-svn-id: http://svn.miranda-ng.org/main/trunk@10165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/container.cpp')
-rw-r--r--plugins/TabSRMM/src/container.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/TabSRMM/src/container.cpp b/plugins/TabSRMM/src/container.cpp
index 6eb56bf111..3784bc8abb 100644
--- a/plugins/TabSRMM/src/container.cpp
+++ b/plugins/TabSRMM/src/container.cpp
@@ -1449,12 +1449,6 @@ panel_found:
szTitleFormat[0] = 0;
if (pContainer->isCloned && pContainer->hContactFrom != 0) {
- //if (pContainer->settings == 0)
- // pContainer->settings = (TContainerSettings *)mir_alloc(sizeof(TContainerSettings));
-
- //CopyMemory((void*)pContainer->settings, (void*)&PluginConfig.globalContainerSettings, sizeof(TContainerSettings));
- //Utils::ReadContainerSettingsFromDB(pContainer->hContactFrom, pContainer->settings);
-
pContainer->settings = &PluginConfig.globalContainerSettings;
pContainer->szRelThemeFile[0] = pContainer->szAbsThemeFile[0] = 0;