don't warn on unsupported args for unicodeplots

This commit is contained in:
Daniel Schwabeneder 2020-04-23 22:55:54 +02:00
parent 7c87cbb425
commit aa46f584b6

View File

@ -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
# --------------------------------------------------------------------------------------