Bug 365367 - NS_CONSOLEMESSAGE_CONTRACTID removed because it is never used. r=bsmedberg

This commit is contained in:
Carl X. Su 2013-03-01 05:22:56 +08:00
parent 548999f234
commit c49bdfc83e

View File

@ -19,6 +19,4 @@ interface nsIConsoleMessage : nsISupports
%{ C++
#define NS_CONSOLEMESSAGE_CID \
{ 0x56c9d666, 0x1dd2, 0x11b2, { 0xb4, 0x3c, 0xa8, 0x4b, 0xf3, 0xb3, 0xec, 0xbb }}
#define NS_CONSOLEMESSAGE_CONTRACTID "@mozilla.org/consolemessage;1"
%}