mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg,sokol,stbi,gx,fontstash: cleanup for -Wimpure-v
This commit is contained in:
@@ -2,9 +2,7 @@ module sapp
|
||||
|
||||
import sokol.gfx
|
||||
|
||||
pub const (
|
||||
used_import = gfx.used_import
|
||||
)
|
||||
pub const used_import = gfx.used_import
|
||||
|
||||
// Android needs a global reference to `g_desc`
|
||||
__global (
|
||||
Reference in New Issue
Block a user