Bug 1291667 - Removed unused variant 'MozNone' from StyleUserSelect enum class; r=heycam

MozReview-Commit-ID: 7VxjNbunHC8
This commit is contained in:
Ravi Shankar 2016-08-10 13:57:32 +08:00
parent 049a72eb4c
commit 7d175e35ed

View File

@ -133,7 +133,6 @@ enum class StyleUserSelect : uint8_t {
TriState,
Auto, // internal value - please use nsFrame::IsSelectable()
MozAll, // force selection of all children, unless an ancestor has NONE set - bug 48096
MozNone, // Like NONE, but doesn't change selection behavior for descendants whose user-select is not AUTO.
MozText, // Like TEXT, except that it won't get overridden by ancestors having ALL.
};