diff options
-rw-r--r-- | include/delphi/testdll.dpr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delphi/testdll.dpr b/include/delphi/testdll.dpr index b0318df59c..358bb15ed6 100644 --- a/include/delphi/testdll.dpr +++ b/include/delphi/testdll.dpr @@ -67,7 +67,7 @@ end; exports
Load, Unload,
- MirandaPluginInterfaces,MirandaPluginInfoEx;
+ MirandaPluginInterfaces;
begin
end.
|