Support single quotes in font color tags.
[libsub.git] / cscript
diff --git a/cscript b/cscript
index 7850a881b904a0068811030b064882a084b6c410..776fd56bbf4da051445ab1abedf1057c0f239e73 100644 (file)
--- a/cscript
+++ b/cscript
@@ -21,9 +21,6 @@ import os
 
 option_defaults = { 'force-cpp11': False }
 
-def dependencies(target, options):
-    return (('asdcplib', 'ee04871698c10aa4d9736d3457bf74ff68a07b5d'), ('libdcp', '872000f46a36849433219c0a20b11262f9f9a031'))
-
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
     if target.platform == 'linux':