diff options
Diffstat (limited to 'modules/ogg/SCsub')
-rw-r--r-- | modules/ogg/SCsub | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/ogg/SCsub b/modules/ogg/SCsub index e415d92498..f15525648f 100644 --- a/modules/ogg/SCsub +++ b/modules/ogg/SCsub @@ -3,9 +3,6 @@ Import("env") Import("env_modules") -# Only kept to build the thirdparty library used by the theora and webm -# modules. - env_ogg = env_modules.Clone() # Thirdparty source files |