summaryrefslogtreecommitdiff
path: root/modules/gdnative/videodecoder/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-12-12 15:21:44 +0100
committerRémi Verschelde <rverschelde@gmail.com>2018-12-13 15:31:13 +0100
commit012dac9aadbfd69fa2b6233496e9383e27f0e8e2 (patch)
treee36dd835980c8ecd9f973deb9cd1d3a5e5be233b /modules/gdnative/videodecoder/SCsub
parent7199b7b5dd1b324f6581c4a880951730daefbb60 (diff)
Fix includes and initialization for GDNative Videodecoder
Fixes warnings and a crash when running the destructor with an uninitialized pcm pointer.
Diffstat (limited to 'modules/gdnative/videodecoder/SCsub')
-rw-r--r--modules/gdnative/videodecoder/SCsub3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gdnative/videodecoder/SCsub b/modules/gdnative/videodecoder/SCsub
index 51b0418d6b..8d9c1ff50e 100644
--- a/modules/gdnative/videodecoder/SCsub
+++ b/modules/gdnative/videodecoder/SCsub
@@ -1,8 +1,5 @@
#!/usr/bin/env python
-import os
-import methods
-
Import('env')
Import('env_modules')