summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_dbeditorpp.inc
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-10-15 16:27:58 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-10-15 16:27:58 +0300
commit56239808326cc550d0b1bd45a368e89957e7021b (patch)
treeb0a4f839381b543502ed963b6b1f4868086a1d6e /plugins/ExternalAPI/delphi/m_dbeditorpp.inc
parentcc2d5db55ce7c1d65d7919c7e7f0ce5c48da26f2 (diff)
unused pascal headers removed
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_dbeditorpp.inc')
-rw-r--r--plugins/ExternalAPI/delphi/m_dbeditorpp.inc20
1 files changed, 0 insertions, 20 deletions
diff --git a/plugins/ExternalAPI/delphi/m_dbeditorpp.inc b/plugins/ExternalAPI/delphi/m_dbeditorpp.inc
deleted file mode 100644
index d9b11f23b3..0000000000
--- a/plugins/ExternalAPI/delphi/m_dbeditorpp.inc
+++ /dev/null
@@ -1,20 +0,0 @@
-{$IFNDEF M_DBEDITOR}
-{$DEFINE M_DBEDITOR}
-
-const
-{
- wParam: hContact
- lParam: 0
- Affect: Open user tree in DBE++
-}
- MS_DBEDIT_MENUCOMMAND:PAnsiChar = 'DBEditorpp/MenuCommand';
-
-{
- Import settings\contacts from file
- wParam=hContact
- lParam=(char*)FilePath
- always returns 0
-}
- MS_DBEDIT_IMPORT:PAnsiChar = 'DBEditorpp/Import';
-
-{$ENDIF}