summaryrefslogtreecommitdiff
path: root/urwid/html_fragment.py
diff options
context:
space:
mode:
Diffstat (limited to 'urwid/html_fragment.py')
-rwxr-xr-xurwid/html_fragment.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/urwid/html_fragment.py b/urwid/html_fragment.py
index 159bc81..86c7781 100755
--- a/urwid/html_fragment.py
+++ b/urwid/html_fragment.py
@@ -82,10 +82,6 @@ class HtmlGenerator(BaseScreen):
def reset_default_terminal_palette(self, *args):
pass
- def run_wrapper(self,fn):
- """Call fn."""
- return fn()
-
def draw_screen(self, (cols, rows), r ):
"""Create an html fragment from the render object.
Append it to HtmlGenerator.fragments list.