diff options
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_toptoolbar.inc | 7 | ||||
-rw-r--r-- | plugins/ExternalAPI/delphi/m_variables.inc | 6 |
2 files changed, 2 insertions, 11 deletions
diff --git a/plugins/ExternalAPI/delphi/m_toptoolbar.inc b/plugins/ExternalAPI/delphi/m_toptoolbar.inc index 913f2435ea..47ed615aea 100644 --- a/plugins/ExternalAPI/delphi/m_toptoolbar.inc +++ b/plugins/ExternalAPI/delphi/m_toptoolbar.inc @@ -49,13 +49,6 @@ const {
- toptoolbar/initbuttons event
- wParam = lParam = 0
- Called when the toolbar needs to add default buttons
-}
- ME_TTB_INITBUTTONS:PAnsiChar = 'TopToolBar/InitButtons';
-
-{
//=== SERVICES ===
toptoolbar/addbutton service
diff --git a/plugins/ExternalAPI/delphi/m_variables.inc b/plugins/ExternalAPI/delphi/m_variables.inc index 2b8ae49a03..4d36c96d35 100644 --- a/plugins/ExternalAPI/delphi/m_variables.inc +++ b/plugins/ExternalAPI/delphi/m_variables.inc @@ -22,8 +22,6 @@ const MIID_VARIABLES:MUUID = '{630756DE-3681-440B-991E-77A4742DA595}';
-// Helper function for easy using:
-
// --------------------------------------------------------------------------
// String formatting
// --------------------------------------------------------------------------
@@ -47,7 +45,7 @@ const MIID_VARIABLES:MUUID = '{630756DE-3681-440B-991E-77A4742DA595}'; ------------------------
Returns a pointer to the resolved string or NULL in case of an error.
- Note: The returned pointer needs to be freed using mir_free().
+ Note: The returned pointer needs to be freed using mir_free.
}
type
@@ -409,7 +407,7 @@ const The hContacts array of CONTACTSINFO struct contains these hContacts after
the call.
- Note: The hContacts array needs to be freed after use using mir_free
+ Note: The hContacts array needs to be freed after use using mir_free.
}
type
|