mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 14:30:43 +00:00
remove unused const kMozDropdownActive saving 25 bytes (bug 117927; rs=glazou)
This commit is contained in:
parent
c0a96f39c1
commit
dc73fb72ba
@ -110,8 +110,6 @@ static NS_DEFINE_CID(kHTMLElementFactoryCID, NS_HTML_ELEMENT_FACTORY_CID);
|
||||
|
||||
//XXX: This is temporary. It simulates psuedo states by using a attribute selector on
|
||||
|
||||
const char * kMozDropdownActive = "-moz-dropdown-active";
|
||||
|
||||
const PRInt32 kSizeNotSet = -1;
|
||||
|
||||
/**
|
||||
|
@ -110,8 +110,6 @@ static NS_DEFINE_CID(kHTMLElementFactoryCID, NS_HTML_ELEMENT_FACTORY_CID);
|
||||
|
||||
//XXX: This is temporary. It simulates psuedo states by using a attribute selector on
|
||||
|
||||
const char * kMozDropdownActive = "-moz-dropdown-active";
|
||||
|
||||
const PRInt32 kSizeNotSet = -1;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user