diff options
Diffstat (limited to 'plugins/Pascal_Headers/m_api.pas')
-rw-r--r-- | plugins/Pascal_Headers/m_api.pas | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/Pascal_Headers/m_api.pas b/plugins/Pascal_Headers/m_api.pas index c8692b16db..33e27b3158 100644 --- a/plugins/Pascal_Headers/m_api.pas +++ b/plugins/Pascal_Headers/m_api.pas @@ -120,10 +120,7 @@ type copyright :PAnsiChar;
homepage :PAnsiChar;
flags :Byte; // right now the only flag, UNICODE_AWARE, is recognized here
- { one of the DEFMOD_* consts in m_plugin or zero, if non zero, this will
- suppress loading of the specified builtin module }
- replacesDefaultModule: int;
- uuid :MUUID; // Not required until 0.8.
+ uuid :MUUID; // plugin's unique identifier
end;
//----- Fork enchancement -----
|