remove unused const kMozDropdownActive saving 25 bytes (bug 117927; rs=glazou)

This commit is contained in:
brade%netscape.com 2002-01-09 15:40:44 +00:00
parent c0a96f39c1
commit dc73fb72ba
2 changed files with 0 additions and 4 deletions

View File

@ -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;
/**

View File

@ -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;
/**