summaryrefslogtreecommitdiff
path: root/plugins/!Deprecated/Actman20/global.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/!Deprecated/Actman20/global.pas')
-rw-r--r--plugins/!Deprecated/Actman20/global.pas21
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/!Deprecated/Actman20/global.pas b/plugins/!Deprecated/Actman20/global.pas
deleted file mode 100644
index 50254b383e..0000000000
--- a/plugins/!Deprecated/Actman20/global.pas
+++ /dev/null
@@ -1,21 +0,0 @@
-unit global;
-
-interface
-
-type
- tAddOption = function(var tmpl:pAnsiChar;var proc:pointer;var name:PAnsiChar):integer;
-type
- pActionLink=^tActionLink;
- tActionLink=record
- Next :pActionLink;
- Init :procedure;
- DeInit :procedure;
- AddOption:tAddOption;
- end;
-
-const
- ActionLink:pActionLink=nil;
-
-implementation
-
-end. \ No newline at end of file