Remove lxvst variable from wscript that was no longer in use
authorTim Mayberry <mojofunk@gmail.com>
Sat, 20 Jul 2013 01:11:39 +0000 (11:11 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Mon, 22 Jul 2013 03:41:14 +0000 (13:41 +1000)
wscript

diff --git a/wscript b/wscript
index b96c8932f4aa8b6e590501a431bb82104ebab3a2..ecc989da646ba6bbb159e4d6cbe5d6d99e405bf8 100644 (file)
--- a/wscript
+++ b/wscript
@@ -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):