From 6c38539e9b3d5a72280950310253759085e96f01 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 28 Jan 2016 13:20:34 +0000 Subject: unused functions removed git-svn-id: http://svn.miranda-ng.org/main/trunk@16179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/src/init.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/Clist_modern/src/init.cpp') diff --git a/plugins/Clist_modern/src/init.cpp b/plugins/Clist_modern/src/init.cpp index e1b72f12d1..1cf1580f90 100644 --- a/plugins/Clist_modern/src/init.cpp +++ b/plugins/Clist_modern/src/init.cpp @@ -171,7 +171,6 @@ static HRESULT SubclassClistInterface() pcli->pfnGetRowByIndex = cliGetRowByIndex; pcli->pfnGetRowsPriorTo = cliGetRowsPriorTo; pcli->pfnGetGroupContentsCount = cliGetGroupContentsCount; - pcli->pfnCreateEvent = cliCreateEvent; pcli->pfnFindRowByText = cliFindRowByText; //partialy overloaded - call default handlers from inside -- cgit v1.2.3