summaryrefslogtreecommitdiff
path: root/include/delphi
diff options
context:
space:
mode:
Diffstat (limited to 'include/delphi')
-rw-r--r--include/delphi/m_helpers.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/delphi/m_helpers.inc b/include/delphi/m_helpers.inc
index 345bcc107a..e9bedfd7be 100644
--- a/include/delphi/m_helpers.inc
+++ b/include/delphi/m_helpers.inc
@@ -377,7 +377,6 @@ begin
end;
function Srmm_AddIcon(sid: PStatusIconData):int_ptr;
- {$IFDEF AllowInline}inline;{$ENDIF}
begin
result:=CallService(MS_MSG_ADDICON, hLangpack, LPARAM(sid));
end;