diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-12-11 17:38:57 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-12-11 17:38:57 +0000 |
commit | 7d8860bd3d4e4777ac813c7a0b6efbfdbd5adcc1 (patch) | |
tree | 66b80fd1fae89e2be33016f005b189683c070b89 /plugins/Actman30/actman30.dpr | |
parent | 3e5dab1a8298130da0ebfb20d91b6963a64367b1 (diff) |
Actman 30: style fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@11333 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman30/actman30.dpr')
-rw-r--r-- | plugins/Actman30/actman30.dpr | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/plugins/Actman30/actman30.dpr b/plugins/Actman30/actman30.dpr index 2aa0bd834a..6e7e2d6f3c 100644 --- a/plugins/Actman30/actman30.dpr +++ b/plugins/Actman30/actman30.dpr @@ -5,7 +5,6 @@ {$ENDIF}
{$IMAGEBASE $13200000}
library actman;
-{%File 'm_actman.inc'}
{%File 'i_const.inc'}
{%File 'i_opt_dlg2.inc'}
{%File 'i_opt_dlg.inc'}
@@ -34,13 +33,8 @@ uses commctrl,
common,
wrapper,
- io,
dbsettings,
mirutils,
- syswin,
- base64,
- question,
- mApiCardM,
global,
lowlevelc,
dlgshare,
@@ -60,8 +54,6 @@ uses iac_ini,
iac_notes,
inoutxml,
- sedit,
- strans,
ua in 'ua\ua.pas',
hooks in 'hooks\hooks.pas',
scheduler in 'tasks\scheduler.pas';
@@ -73,8 +65,6 @@ const var
hevaction,hHookChanged,hevinout:THANDLE;
-{$include m_actman.inc}
-
function MirandaPluginInfoEx(mirandaVersion:dword):PPLUGININFOEX; cdecl;
begin
@@ -188,6 +178,7 @@ begin StrCopy(p,opt_flags); DBWriteDWord(0,DBBranch,section,Macro^.flags);
end;
end;
+
end;
function OnModulesLoaded(wParam:WPARAM;lParam:LPARAM):int;cdecl;
|