mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-24 21:37:59 +01:00
list.py: Removed unnecessary calls to gettermsize().
This commit is contained in:
parent
7767a7d9c1
commit
63b852068d
1 changed files with 0 additions and 4 deletions
|
@ -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<str>, map<str, str>)?→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<str> 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()
|
||||
|
|
Loading…
Reference in a new issue