From 6dfdffd3161a716304b74c1fc5c386c9601cc69e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 29 Nov 2016 13:25:28 +0300 Subject: - BBBF_ISLSIDEBUTTON flag removed (set by default); - m_bLSided removed, because it's mutually exclusive with m_bRSided --- plugins/ExternalAPI/delphi/m_msg_buttonsbar.inc | 1 - plugins/ExternalAPI/m_msg_buttonsbar.h | 1 - 2 files changed, 2 deletions(-) (limited to 'plugins/ExternalAPI') 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; diff --git a/plugins/ExternalAPI/m_msg_buttonsbar.h b/plugins/ExternalAPI/m_msg_buttonsbar.h index c005b46a2f..b2eb25ef52 100644 --- a/plugins/ExternalAPI/m_msg_buttonsbar.h +++ b/plugins/ExternalAPI/m_msg_buttonsbar.h @@ -95,7 +95,6 @@ typedef struct { #define BBBF_ISARROWBUTTON (1<<3) #define BBBF_ISCHATBUTTON (1<<4) #define BBBF_ISIMBUTTON (1<<5) -#define BBBF_ISLSIDEBUTTON (1<<6) #define BBBF_ISRSIDEBUTTON (1<<7) #define BBBF_CANBEHIDDEN (1<<8) #define BBBF_ISDUMMYBUTTON (1<<9) -- cgit v1.2.3