summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-05-23 16:53:24 +0300
committerdartraiden <wowemuh@gmail.com>2018-05-23 16:53:24 +0300
commit8d5265bc02c4fba9c76174b251a03b5df3b715f5 (patch)
tree176d70a729552bc392dfc4dbae0a6fe2a0bba4a7 /include
parente68abcf9826944959cf8b5cf334448fe89a711a6 (diff)
remove some more MirandaPluginInfoEx()
Diffstat (limited to 'include')
-rw-r--r--include/delphi/testdll.dpr4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/delphi/testdll.dpr b/include/delphi/testdll.dpr
index 135ceeb0a0..b0318df59c 100644
--- a/include/delphi/testdll.dpr
+++ b/include/delphi/testdll.dpr
@@ -6,9 +6,6 @@ uses
var
PluginInterfaces:array [0..1] of MUUID;
-function MirandaPluginInfoEx(mirandaVersion:dword):PPLUGININFOEX; cdecl;
-begin
- result:=@PluginInfo;
PluginInfo.cbSize :=SizeOf(TPLUGININFOEX);
PluginInfo.shortName :='Plugin Template';
PluginInfo.version :=$00000001;
@@ -18,7 +15,6 @@ begin
PluginInfo.homepage :='http://miranda-icq.sourceforge.net/';
PluginInfo.flags :=UNICODE_AWARE;
PluginInfo.uuid :=MIID_TESTPLUGIN;//'{08B86253-EC6E-4d09-B7A9-64ACDF0627B8}';
-end;
function PluginMenuCommand(wParam: WPARAM; lParam: LPARAM):int_ptr; cdecl;
begin