summaryrefslogtreecommitdiff
path: root/plugins/Svc_dbepp/moduletree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Svc_dbepp/moduletree.cpp')
-rw-r--r--plugins/Svc_dbepp/moduletree.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Svc_dbepp/moduletree.cpp b/plugins/Svc_dbepp/moduletree.cpp
index c927851ecc..b5554cabc5 100644
--- a/plugins/Svc_dbepp/moduletree.cpp
+++ b/plugins/Svc_dbepp/moduletree.cpp
@@ -462,10 +462,8 @@ void replaceTreeItem(HWND hwnd, HANDLE hContact, const char *module, const char
TreeView_InsertItem(hwnd, &tvi);
}
-
}
-
void refreshTree(int restore)
{
UseKnownModList = DBGetContactSettingByte(NULL,modname,"UseKnownModList",0);
@@ -474,7 +472,6 @@ void refreshTree(int restore)
forkthread(PopulateModuleTreeThreadFunc,0,(HWND)restore);
}
-
void __cdecl PopulateModuleTreeThreadFunc(LPVOID di)
{
TVINSERTSTRUCT tvi;