Remove double _w_quote method.

This commit is contained in:
Frank Smit 2015-07-10 16:17:08 +02:00
parent 063a385b70
commit 9bf2e2fff2
1 changed files with 0 additions and 8 deletions

View File

@ -305,14 +305,6 @@ class BaseRenderer:
return 1
return 0
def _w_quote(self, ob, content, data):
content = to_string(content)
result = self.quote(content)
if result:
lib.hoedown_buffer_puts(ob, result.encode('utf-8'))
return 1
return 0
def _w_linebreak(self, ob, data):
result = self.linebreak()
if result: