Browse Source

Remove unused import from GDNative cpp example SConstruct file.

Marcel Admiraal 5 years ago
parent
commit
4e5393150a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/plugins/gdnative/files/cpp_example/SConstruct

+ 1 - 1
tutorials/plugins/gdnative/files/cpp_example/SConstruct

@@ -1,5 +1,5 @@
 #!python
-import os, subprocess
+import os
 
 opts = Variables([], ARGUMENTS)