diff --git a/aider/mdstream.py b/aider/mdstream.py index 4e76d7735..774b247c2 100755 --- a/aider/mdstream.py +++ b/aider/mdstream.py @@ -119,7 +119,6 @@ class MarkdownStream: self.live = None self._live_started = False - def _render_markdown_to_lines(self, text): """Render markdown text to a list of lines. @@ -147,7 +146,6 @@ class MarkdownStream: except Exception: pass # Ignore any errors during cleanup - def update(self, text, final=False): """Update the displayed markdown content.