summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-03-17 14:22:17 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-03-17 14:22:17 +0000
commit15267ea2d489606fb4b99d011bc3ea7c2a644a9f (patch)
tree607fb948632ec8b348508cbd08ef41fffe21d8c2 /plugins/ExternalAPI
parent5e6e1e8838fe7637ef588e0fb080ad07fc5700aa (diff)
fix for popup-related memory leaks
git-svn-id: http://svn.miranda-ng.org/main/trunk@4077 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r--plugins/ExternalAPI/delphi/m_yapp.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/ExternalAPI/delphi/m_yapp.inc b/plugins/ExternalAPI/delphi/m_yapp.inc
index 772c5cca81..e85d382bec 100644
--- a/plugins/ExternalAPI/delphi/m_yapp.inc
+++ b/plugins/ExternalAPI/delphi/m_yapp.inc
@@ -66,7 +66,6 @@ const
// wParam = 0
// lParam = (POPUPCLASS *)&pc
- MS_YAPP_REGISTERCLASS = 'YAPP/RegisterClass'; // old
MS_POPUP_REGISTERCLASS = 'PopUp/RegisterClass';
type
@@ -82,7 +81,6 @@ type
const
// wParam = 0
// lParam = (POPUPDATACLASS *)&pdc
- MS_YAPP_CLASSINSTANCE = 'YAPP/ClassInstance'; // old
MS_POPUP_ADDPOPUPCLASS = 'PopUp/AddPopupClass';
{$ENDIF}