diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-18 21:50:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-18 21:50:38 +0300 |
commit | e3bea6d9c261c87d7f67ecc06392c0d0cd4fe2dc (patch) | |
tree | 4b2380c5a925c7bc13515aef5a16a9324c3c55a6 /include/delphi/interfaces.inc | |
parent | 501fd1fbff6afc11bb0368b82b4a8d9451bee5f3 (diff) |
fixes #1776 (remove MS_URL_SENDURL "SRUrl/SendCommand")
Diffstat (limited to 'include/delphi/interfaces.inc')
-rw-r--r-- | include/delphi/interfaces.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/delphi/interfaces.inc b/include/delphi/interfaces.inc index c0e660bf82..8aa46f59f2 100644 --- a/include/delphi/interfaces.inc +++ b/include/delphi/interfaces.inc @@ -13,7 +13,6 @@ const MIID_TRANSLATE :MUUID='{0C0954EA-43D7-4452-99AC-F084D4456716}'; // Replaceable internal modules interface ids
const MIID_HISTORY :MUUID='{5CA0CBC1-999A-4EA2-8B44-F8F67D7F8EBE}';
const MIID_UIUSERINFO :MUUID='{570B931C-9AF8-48F1-AD9F-C4498C618A77}';
-const MIID_SRURL :MUUID='{5192445C-F5E8-46C0-8F9E-2B6D43E5C753}';
const MIID_SRAUTH :MUUID='{377780B9-2B3B-405B-9F36-B3C4878E6F33}';
const MIID_SRAWAY :MUUID='{5AB54C76-1B4C-4A00-B404-48CBEA5FEFE7}';
const MIID_SREMAIL :MUUID='{D005B5A6-1B66-445A-B603-74D4D4552DE2}';
|