diff options
Diffstat (limited to 'plugins/Actman30/actman.dpr')
-rw-r--r-- | plugins/Actman30/actman.dpr | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Actman30/actman.dpr b/plugins/Actman30/actman.dpr index b4a2cf1566..4515e35c1e 100644 --- a/plugins/Actman30/actman.dpr +++ b/plugins/Actman30/actman.dpr @@ -201,9 +201,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;
|