diff options
Diffstat (limited to 'pygments/formatters/svg.py')
-rw-r--r-- | pygments/formatters/svg.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pygments/formatters/svg.py b/pygments/formatters/svg.py index 07636943..4e534fa2 100644 --- a/pygments/formatters/svg.py +++ b/pygments/formatters/svg.py @@ -78,7 +78,6 @@ class SvgFormatter(Formatter): filenames = ['*.svg'] def __init__(self, **options): - # XXX outencoding Formatter.__init__(self, **options) self.nowrap = get_bool_opt(options, 'nowrap', False) self.fontfamily = options.get('fontfamily', 'monospace') |