From bd1739ee0ce7af9d5849b8902de4be82432eea54 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 8 Feb 2013 20:43:35 +0000 Subject: removed not needed interfaces git-svn-id: http://svn.miranda-ng.org/main/trunk@3486 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HistoryPlusPlus/historypp.dpr | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/historypp.dpr b/plugins/HistoryPlusPlus/historypp.dpr index acde07e54d..876722eca7 100644 --- a/plugins/HistoryPlusPlus/historypp.dpr +++ b/plugins/HistoryPlusPlus/historypp.dpr @@ -149,14 +149,13 @@ begin end; var - PluginInterfaces: array[0..2] of TGUID; + PluginInterfaces: array[0..1] of TGUID; // tell Miranda about supported interfaces function MirandaPluginInterfaces:PMUUID; cdecl; begin PluginInterfaces[0]:=MIID_UIHISTORY; - PluginInterfaces[1]:=MIID_LOGWINDOW; - PluginInterfaces[2]:=MIID_LAST; + PluginInterfaces[1]:=MIID_LAST; Result := @PluginInterfaces; end; -- cgit v1.2.3