From aa46f584b6aa8921f6a09d8b21b5f655ab2e9d8b Mon Sep 17 00:00:00 2001 From: Daniel Schwabeneder Date: Thu, 23 Apr 2020 22:55:54 +0200 Subject: [PATCH] don't warn on unsupported args for unicodeplots --- src/backends/unicodeplots.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/unicodeplots.jl b/src/backends/unicodeplots.jl index 665ea411..a66e8d56 100644 --- a/src/backends/unicodeplots.jl +++ b/src/backends/unicodeplots.jl @@ -3,7 +3,7 @@ # don't warn on unsupported... there's just too many warnings!! -warnOnUnsupported_args(::UnicodePlotsBackend, plotattributes::KW) = nothing +warn_on_unsupported_args(::UnicodePlotsBackend, plotattributes::KW) = nothing # --------------------------------------------------------------------------------------