diff options
author | Ryan Huber <rhuber@gmail.com> | 2015-11-17 20:46:09 +0000 |
---|---|---|
committer | Ryan Huber <rhuber@gmail.com> | 2015-11-17 20:46:09 +0000 |
commit | 6e766a02b07cffa4be9dd6a2b53cb5e6bb8d36bd (patch) | |
tree | a1dc353dc76257fd3d3dd6eb29aa9bb1b89ad5bf /wee_slack.py | |
parent | df15f2f4973059008dc816f78df939d18826b699 (diff) | |
download | wee-slack-6e766a02b07cffa4be9dd6a2b53cb5e6bb8d36bd.tar.gz |
remove untrue comment
Diffstat (limited to 'wee_slack.py')
-rw-r--r-- | wee_slack.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py index e4edc2c..068365f 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -1415,7 +1415,6 @@ def create_reaction_string(reactions): reaction_string = '' return reaction_string -# deprecated in favor of redrawing the entire buffer def modify_buffer_line(buffer, new_line, time): time = int(float(time)) # get a pointer to this buffer's lines |