From 012dac9aadbfd69fa2b6233496e9383e27f0e8e2 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Wed, 12 Dec 2018 15:21:44 +0100 Subject: Fix includes and initialization for GDNative Videodecoder Fixes warnings and a crash when running the destructor with an uninitialized pcm pointer. --- modules/gdnative/videodecoder/SCsub | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/gdnative/videodecoder/SCsub') 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') -- cgit v1.2.3