mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 788491 - Remove kSizeNotSet constants; r=roc
This commit is contained in:
parent
9a5b31990e
commit
9c7def14f2
@ -82,10 +82,6 @@ class nsPresState;
|
||||
// The drop-down list does not explicitly set capture when it is in the drop-down mode.
|
||||
|
||||
|
||||
//XXX: This is temporary. It simulates pseudo states by using a attribute selector on
|
||||
|
||||
const int32_t kSizeNotSet = -1;
|
||||
|
||||
/**
|
||||
* Helper class that listens to the combo boxes button. If the button is pressed the
|
||||
* combo box is toggled to open or close. this is used by Accessibility which presses
|
||||
|
@ -14,8 +14,6 @@ using namespace mozilla;
|
||||
|
||||
//#define FCF_NOISY
|
||||
|
||||
const int32_t kSizeNotSet = -1;
|
||||
|
||||
nsFormControlFrame::nsFormControlFrame(nsStyleContext* aContext) :
|
||||
nsLeafFrame(aContext)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user