summaryrefslogtreecommitdiff
path: root/drivers/theora
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-11-18 19:43:28 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-11-18 19:43:28 -0300
commit0c3386b2ed7c3791127e2b12a2227deddad96ae5 (patch)
tree5bea13fd69f8f192daa83749d72bda4cb7af9c4f /drivers/theora
parent3337191d5a97204918a44c8b5c19bd6605af474b (diff)
parent399b1b047498d154440f5cda4a5ceb08ea3de68e (diff)
Merge pull request #2707 from akien-mga/master
Cosmetic fixes to SCons buildsystem
Diffstat (limited to 'drivers/theora')
-rw-r--r--drivers/theora/SCsub3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/theora/SCsub b/drivers/theora/SCsub
index ecabce6c9d..faa1ede6a7 100644
--- a/drivers/theora/SCsub
+++ b/drivers/theora/SCsub
@@ -1,4 +1,3 @@
-
Import('env')
sources = [
@@ -34,5 +33,3 @@ sources = [
if env['use_theoraplayer_binary'] != "yes":
env.drivers_sources += sources
-
-