Skip to content

Commit

Permalink
remove unintended plugin line that snuck in from master merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Nov 29, 2011
1 parent c4edd2b commit 58c29c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SConstruct
Expand Up @@ -102,7 +102,6 @@ PLUGINS = { # plugins with external dependencies

# plugins without external dependencies requiring CheckLibWithHeader...
'shape': {'default':True,'path':None,'inc':None,'lib':None,'lang':'C++'},
'csv': {'default':False,'path':None,'inc':None,'lib':None,'lang':'C++'},
'raster': {'default':True,'path':None,'inc':None,'lib':None,'lang':'C++'},
'kismet': {'default':False,'path':None,'inc':None,'lib':None,'lang':'C++'},
}
Expand Down

0 comments on commit 58c29c0

Please sign in to comment.