From 6e766a02b07cffa4be9dd6a2b53cb5e6bb8d36bd Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Tue, 17 Nov 2015 20:46:09 +0000 Subject: remove untrue comment --- wee_slack.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wee_slack.py') 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 -- cgit