Bug 487942 - Remove cursor: -moz-alias | -moz-cell | -moz-context-menu | -moz-copy | -moz-spinning; remove: -moz-cell alias; r+sr=dbaron

This commit is contained in:
Daniel.S 2009-04-22 14:24:32 +02:00
parent 63e5ae4909
commit d57498c9ba
2 changed files with 0 additions and 2 deletions

View File

@ -80,7 +80,6 @@ CSS_KEY(-moz-button, _moz_button)
CSS_KEY(-moz-buttondefault, _moz_buttondefault)
CSS_KEY(-moz-buttonhoverface, _moz_buttonhoverface)
CSS_KEY(-moz-buttonhovertext, _moz_buttonhovertext)
CSS_KEY(-moz-cell, _moz_cell)
CSS_KEY(-moz-cellhighlight, _moz_cellhighlight)
CSS_KEY(-moz-cellhighlighttext, _moz_cellhighlighttext)
CSS_KEY(-moz-center, _moz_center)

View File

@ -723,7 +723,6 @@ const PRInt32 nsCSSProps::kCursorKTable[] = {
eCSSKeyword__moz_copy, NS_STYLE_CURSOR_COPY,
eCSSKeyword__moz_alias, NS_STYLE_CURSOR_ALIAS,
eCSSKeyword__moz_context_menu, NS_STYLE_CURSOR_CONTEXT_MENU,
eCSSKeyword__moz_cell, NS_STYLE_CURSOR_CELL,
// -moz- prefixed vendor specific
eCSSKeyword__moz_grab, NS_STYLE_CURSOR_GRAB,
eCSSKeyword__moz_grabbing, NS_STYLE_CURSOR_GRABBING,