summaryrefslogtreecommitdiff
path: root/drivers/ao/SCsub
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-11-19 20:05:37 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-11-19 20:05:37 -0300
commitb519e32e660ed4e4cf8945df798ad30b0abfeaae (patch)
treeb7b12111f270e4bbe01aef1b9a01ee78dab18818 /drivers/ao/SCsub
parent06d842566c8c10d99c74d232775989ba3100459d (diff)
parentdd09215c9070e70f8af8c24e4319c7267fddcfa2 (diff)
Merge pull request #2840 from godotengine/revert-903-libao
Revert "libao audio driver"
Diffstat (limited to 'drivers/ao/SCsub')
-rw-r--r--drivers/ao/SCsub5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/ao/SCsub b/drivers/ao/SCsub
deleted file mode 100644
index 9fbb467baa..0000000000
--- a/drivers/ao/SCsub
+++ /dev/null
@@ -1,5 +0,0 @@
-Import('env')
-
-env.add_source_files(env.drivers_sources,"*.cpp")
-
-Export('env')