diff options
Diffstat (limited to 'plugins/DbEditorPP')
-rw-r--r-- | plugins/DbEditorPP/src/exportimport.cpp | 1 | ||||
-rw-r--r-- | plugins/DbEditorPP/src/stdafx.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/DbEditorPP/src/exportimport.cpp b/plugins/DbEditorPP/src/exportimport.cpp index a9f5d33b7f..26e42a773b 100644 --- a/plugins/DbEditorPP/src/exportimport.cpp +++ b/plugins/DbEditorPP/src/exportimport.cpp @@ -361,7 +361,6 @@ void importSettings(MCONTACT hContact, char *utf8) continue;
MGROUP GroupHandle = Clist_GroupCreate(0, GroupName);
- CallService(MS_CLUI_GROUPADDED, GroupHandle, 0);
Clist_GroupSetExpanded(GroupHandle, true);
}
diff --git a/plugins/DbEditorPP/src/stdafx.h b/plugins/DbEditorPP/src/stdafx.h index cc345714a5..7049c908e4 100644 --- a/plugins/DbEditorPP/src/stdafx.h +++ b/plugins/DbEditorPP/src/stdafx.h @@ -21,7 +21,6 @@ #include <newpluginapi.h>
#include <m_utils.h>
#include <m_clist.h>
-#include <m_clui.h>
#include <m_skin.h>
#include <m_langpack.h>
#include <m_database.h>
|