diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-24 14:52:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-24 14:52:14 +0300 |
commit | baa0c8ab5a4e5dc7a94a6bb0b8be095a760f48d0 (patch) | |
tree | d4a6b214ca5407cbc236f61190e9e7ec91cea929 /plugins/DbEditorPP/src/copymodule.cpp | |
parent | 7394160d234881ab31ba5f5e996e052ef5002b6c (diff) |
dbeditor:
- code cleaning
- version bump
Diffstat (limited to 'plugins/DbEditorPP/src/copymodule.cpp')
-rw-r--r-- | plugins/DbEditorPP/src/copymodule.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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;
|