Remove lxvst variable from wscript that was no longer in use

This commit is contained in:
Tim Mayberry 2013-07-20 11:11:39 +10:00
parent d0deae357b
commit 56a6f52856
1 changed files with 0 additions and 7 deletions

View File

@ -46,13 +46,6 @@ i18n_children = [
'libs/gtkmm2ext',
]
if sys.platform == 'linux2':
lxvst_default = True
elif sys.platform == 'darwin':
lxvst_default = False
else:
lxvst_default = False
# Version stuff
def fetch_gcc_version (CC):