Bug 788491 - Remove kSizeNotSet constants; r=roc

This commit is contained in:
Ms2ger 2012-09-17 10:37:20 +02:00
parent 9a5b31990e
commit 9c7def14f2
2 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -14,8 +14,6 @@ using namespace mozilla;
//#define FCF_NOISY
const int32_t kSizeNotSet = -1;
nsFormControlFrame::nsFormControlFrame(nsStyleContext* aContext) :
nsLeafFrame(aContext)
{