diff options
Diffstat (limited to 'plugins/Actman30/actman30.dpr')
-rw-r--r-- | plugins/Actman30/actman30.dpr | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Actman30/actman30.dpr b/plugins/Actman30/actman30.dpr index 149ffeb744..404b2f1054 100644 --- a/plugins/Actman30/actman30.dpr +++ b/plugins/Actman30/actman30.dpr @@ -57,6 +57,7 @@ uses iac_chain,
iac_contact,
iac_call,
+ iac_ini,
inoutxml,
sedit,
strans,
@@ -203,9 +204,6 @@ begin HookEvent(ME_SYSTEM_SHUTDOWN{ME_SYSTEM_OKTOEXIT},@PreShutdown);
NotifyEventHooks(hHookChanged,twparam(ACTM_LOADED),0);
- //----- DBEDITOR support -----
-// CallService(MS_DBEDIT_REGISTERSINGLEMODULE,twparam(PluginShort),0);
-
IsMultiThread:=true;
// Load additional modules
ptr:=ActionLink;
|