From baa0c8ab5a4e5dc7a94a6bb0b8be095a760f48d0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 24 Nov 2017 14:52:14 +0300 Subject: dbeditor: - code cleaning - version bump --- plugins/DbEditorPP/src/copymodule.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/DbEditorPP/src/copymodule.cpp') diff --git a/plugins/DbEditorPP/src/copymodule.cpp b/plugins/DbEditorPP/src/copymodule.cpp index 95a27b2f68..419efd7ff7 100644 --- a/plugins/DbEditorPP/src/copymodule.cpp +++ b/plugins/DbEditorPP/src/copymodule.cpp @@ -3,7 +3,6 @@ void copyModule(const char *module, MCONTACT hContactFrom, MCONTACT hContactTo) { ModuleSettingLL msll; - if (IsModuleEmpty(hContactFrom, module) || !EnumSettings(hContactFrom, module, &msll)) return; @@ -97,7 +96,6 @@ int CloneContact(MCONTACT hContact) // enum all the modules ModuleSettingLL modlist; - if (!EnumModules(&modlist)) return 0; -- cgit v1.2.3