diff --git a/content/html/content/src/nsHTMLSelectElement.h b/content/html/content/src/nsHTMLSelectElement.h index cbdabd0bfebf..6c59e1a09899 100644 --- a/content/html/content/src/nsHTMLSelectElement.h +++ b/content/html/content/src/nsHTMLSelectElement.h @@ -349,11 +349,6 @@ protected: */ void RestoreStateTo(nsSelectState* aNewSelected); -#ifdef DEBUG_john - // Don't remove these, por favor. They're very useful in debugging - nsresult PrintOptions(nsIContent* aOptions, PRInt32 tabs); -#endif - // Adding options /** * Insert option(s) into the options[] array and perform notifications