From ce71519682b1f78e8c7b071db5903fb636ee3928 Mon Sep 17 00:00:00 2001 From: "rbs%maths.uq.edu.au" Date: Mon, 8 May 2000 07:38:16 +0000 Subject: [PATCH] [not part of the default build] Remove unused leftover --- layout/mathml/content/src/nsMathMLOperators.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/layout/mathml/content/src/nsMathMLOperators.h b/layout/mathml/content/src/nsMathMLOperators.h index 33be707f1354..424cdf4ae784 100644 --- a/layout/mathml/content/src/nsMathMLOperators.h +++ b/layout/mathml/content/src/nsMathMLOperators.h @@ -54,11 +54,6 @@ typedef PRUint32 nsOperatorFlags; #define NS_MATHML_OPERATOR_MAXSIZE_EXPLICIT (1<<10) -// Enumerator callback function. Return PR_FALSE to stop -typedef PRBool (*nsOperatorEnumFunc)(const nsString& aOperator, - const nsOperatorFlags aFlags, - void* aData); - class nsMathMLOperators { public: static void AddRefTable(void);