# HG changeset patch # User Steve Losh # Date 1411056436 14400 # Node ID cbcb1ac55566a1309e77c9bd70e380d3d988268d # Parent 10b135dc39c90b5cd0a59fc99e9640bf9f48ef26 im dumb diff -r 10b135dc39c9 -r cbcb1ac55566 weechat/python/autoload/quotes.py --- a/weechat/python/autoload/quotes.py Thu Sep 18 11:48:31 2014 -0400 +++ b/weechat/python/autoload/quotes.py Thu Sep 18 12:07:16 2014 -0400 @@ -28,9 +28,6 @@ def hds(name, obj, attr): return hd(weechat.hdata_string, name, obj, attr) -def hdgs(name, obj, attr): - return hd(weechat.hdata_get_string, name, obj, attr) - def get_lines(buffer): lines = hdp("buffer", buffer, "own_lines") if not lines: @@ -88,5 +85,3 @@ '', 'quote_grab', '') - weechat.hook_command_run('/input complete*', 'completer', '') -