diff options
Diffstat (limited to 'src/lua/audio/luaopen_Source.cpp')
-rw-r--r-- | src/lua/audio/luaopen_Source.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lua/audio/luaopen_Source.cpp b/src/lua/audio/luaopen_Source.cpp index d147e5e..cff3f7f 100644 --- a/src/lua/audio/luaopen_Source.cpp +++ b/src/lua/audio/luaopen_Source.cpp @@ -109,7 +109,6 @@ namespace lua int luaopen_Source(lua_State* L) { luax_newtype(L, TYPE_SOURCE, f); - return 0; } |