From f95e7a84fc77ec0c535970a68b2600f15dc1e12d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 7 Mar 2017 19:30:17 +0300 Subject: returned back the binary compatibility of tabsrmm container settings --- plugins/TabSRMM/src/utils.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/TabSRMM/src/utils.cpp') diff --git a/plugins/TabSRMM/src/utils.cpp b/plugins/TabSRMM/src/utils.cpp index 20fef2d1ed..d7027d59e4 100644 --- a/plugins/TabSRMM/src/utils.cpp +++ b/plugins/TabSRMM/src/utils.cpp @@ -498,9 +498,6 @@ int Utils::ReadContainerSettingsFromDB(const MCONTACT hContact, TContainerSettin { memcpy(cs, &PluginConfig.globalContainerSettings, sizeof(TContainerSettings)); - if (hContact == 0 && szKey == 0) - cs->iSplitterX = M.GetDword("splitsplitx", db_get_dw(0, CHAT_MODULE, "SplitterX", 150)); - DBVARIANT dbv = { 0 }; if (0 == db_get(hContact, SRMSGMOD_T, szKey ? szKey : CNT_KEYNAME, &dbv)) { if (dbv.type == DBVT_BLOB && dbv.cpbVal > 0 && dbv.cpbVal <= sizeof(TContainerSettings)) { -- cgit v1.2.3