summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-11-29 13:25:28 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-11-29 13:25:28 +0300
commit6dfdffd3161a716304b74c1fc5c386c9601cc69e (patch)
treeff7f53d8b643260676bbc6e69efc563d489ed0b5 /plugins/ExternalAPI/delphi
parent4e5cf5ee914732ae30e261f08b270f07a69630f4 (diff)
- BBBF_ISLSIDEBUTTON flag removed (set by default);
- m_bLSided removed, because it's mutually exclusive with m_bRSided
Diffstat (limited to 'plugins/ExternalAPI/delphi')
-rw-r--r--plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc b/plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc
index e93e5cb5bd..9caa4dc44a 100644
--- a/plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc
+++ b/plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc
@@ -92,7 +92,6 @@ const
BBBF_ISARROWBUTTON = $0008;
BBBF_ISCHATBUTTON = $0010;
BBBF_ISIMBUTTON = $0020;
- BBBF_ISLSIDEBUTTON = $0040;
BBBF_ISRSIDEBUTTON = $0080;
BBBF_CANBEHIDDEN = $0100;
BBBF_ISDUMMYBUTTON = $0200;