fix and cleanup

This commit is contained in:
ingvar1995 2017-07-06 21:39:15 +03:00
parent d06982b38a
commit 262714d3ee
3 changed files with 10 additions and 17 deletions

View file

@ -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()