remove _magic_arguments

This commit is contained in:
Daniel Schwabeneder 2017-12-04 19:45:21 +01:00
parent 2cf365d36d
commit 81ef4bdee8

View File

@ -367,18 +367,6 @@ const _axis_defaults = KW(
:showaxis => true, :showaxis => true,
) )
const _magic_arguments = [
:axis,
:grid,
:marker,
:line,
:fill,
:titlefont,
:legendfont,
:guidefont,
:tickfont,
]
const _suppress_warnings = Set{Symbol}([ const _suppress_warnings = Set{Symbol}([
:x_discrete_indices, :x_discrete_indices,
:y_discrete_indices, :y_discrete_indices,
@ -391,7 +379,6 @@ const _suppress_warnings = Set{Symbol}([
:primary, :primary,
:smooth, :smooth,
:relative_bbox, :relative_bbox,
_magic_arguments...
]) ])
# add defaults for the letter versions # add defaults for the letter versions