From 63b852068df06e315f60dac4b3cb2f950ac8cf54 Mon Sep 17 00:00:00 2001 From: Michael Schwarz Date: Sun, 24 Aug 2014 20:54:16 +0200 Subject: [PATCH] list.py: Removed unnecessary calls to gettermsize(). --- src/lists.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lists.py b/src/lists.py index 2f912de4..78f077c8 100755 --- a/src/lists.py +++ b/src/lists.py @@ -127,8 +127,6 @@ def linklist(ponydirs = None, quoters = [], ucsiser = None): @param quoters:__in__(str)→bool Set of ponies that of quotes @param ucsiser:(list, map)?→void Function used to UCS:ise names ''' - ## Get the size of the terminal - termsize = gettermsize() for ponydir in ponydirs: # Loop ponydirs ## Get all pony files in the directory @@ -239,8 +237,6 @@ def balloonlist(balloondirs, isthink): @param balloondirs:itr The balloon directories to use @param isthink:bool Whether the ponythink command is used ''' - ## Get the size of the terminal - termsize = gettermsize() ## Get all balloons balloonset = set()