Remove unused "rangeslider" utility function.

This commit is contained in:
Christopher Charbonneau Wells 2017-10-25 10:44:57 -04:00
parent 3c2df12314
commit 789054cfb6
1 changed files with 0 additions and 8 deletions

View File

@ -73,14 +73,6 @@ def rangeselector_date():
} }
def rangeslider():
"""A range slider.
"""
return {
}
def split_graph_output(output): def split_graph_output(output):
"""Split out of a Plotly graph in to html and javascript. """Split out of a Plotly graph in to html and javascript.
""" """