From 985cddceaca1d74cf90b218b05dbeb71e5916e04 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 11 Feb 2019 18:56:03 +0300 Subject: old xml api removed from pascal plugins --- plugins/Actman/i_opt_dlg.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/Actman/i_opt_dlg.inc') diff --git a/plugins/Actman/i_opt_dlg.inc b/plugins/Actman/i_opt_dlg.inc index 878f127427..c1a7de4817 100644 --- a/plugins/Actman/i_opt_dlg.inc +++ b/plugins/Actman/i_opt_dlg.inc @@ -1,6 +1,4 @@ {} -var - xmlfilename:array [0..511] of WideChar; const etMacro = 1; // Groups changed etACT = 2; // Actions changed @@ -19,8 +17,6 @@ begin result:=0; NoDescription:=TranslateW('No description'); - StrCopyW(xmlfilename,'c:\export.xml'); - DoInitCommonControls(ICC_USEREX_CLASSES); FillChar(odp,SizeOf(odp),0); -- cgit v1.2.3