fix and cleanup
This commit is contained in:
parent
d06982b38a
commit
262714d3ee
3 changed files with 10 additions and 17 deletions
|
|
@ -454,15 +454,6 @@ def clean():
|
|||
remove(d)
|
||||
|
||||
|
||||
def configure():
|
||||
"""Removes unused libs"""
|
||||
d = curr_directory() + '/libs/'
|
||||
if os.path.exists(d + 'libtox.dll'):
|
||||
os.remove(d + 'libtox.dll')
|
||||
if os.path.exists(d + 'libsodium.a'):
|
||||
os.remove(d + 'libsodium.a')
|
||||
|
||||
|
||||
def reset():
|
||||
Settings.reset_auto_profile()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue