summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fxjs/cjs_publicmethods.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fxjs/cjs_publicmethods.h b/fxjs/cjs_publicmethods.h
index 4088c42f1a..87269969f8 100644
--- a/fxjs/cjs_publicmethods.h
+++ b/fxjs/cjs_publicmethods.h
@@ -26,7 +26,6 @@ class CJS_PublicMethods : public CJS_Object {
static WideString MakeFormatDate(double dDate, const WideString& format);
static bool IsNumber(const WideString& str);
- private:
static CJS_Return AFNumber_Format(
CJS_Runtime* pRuntime,
const std::vector<v8::Local<v8::Value>>& params);